#029148

Color #029148 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #029148

Tints of Pigment Green #029148

Color information

#029148 (or 0x029148) is unknown color: approx Pigment Green. HEX triplet: 02, 91 and 48. RGB value is (2,145,72). Sum of RGB (Red+Green+Blue) = 2+145+72=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 145 (57.03% from 255 or 66.21% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 145 - color contains mainly: green. Hex color #029148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029148 is #FD6EB7. Grayscale: #5E5E5E. Windows color (decimal): -16608952 or 4755714. OLE color: 4755714.

HSL color Cylindrical-coordinate representation of color #029148: hue angle of 149.37º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029148 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB214572-
CMYK0.9900.500.43
HSL149.37º97.28%28.82%-
HSV(B)149.37º98.62%56.86%-
XYZ11.3220.739.54-
YUV93.92115.6262.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 145 (57.03% from 255) = 66.21%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=0.91%
G=66.21%
B=32.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2145720.9900.500.43149.3797.2828.82
Hex29148630322B95611d
Octal22211101430625322514135
Binary101001000110010001100011011001010101110010101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029148; }

 p { color: rgb(2,145,72); }

 H1.HeaderClassName
 {
   color: #029148;
 }
 .AnyTagClassName
 {
   color: #029148;
 }
</style>
background-color css

<style>
 a { background-color: #029148; }

 a { background-color: rgb(2,145,72); }

 div.DivClassName
 {
   background-color: #029148;
 }
 .BgClassName
 {
   background-color: #029148;
 }
</style>
border-color css

<style>
 span { border-color: #029148; }

 span { border-color: rgb(2,145,72); }

 td.TdClassName
 {
   border-color: #029148;
 }
 .TagClassName
 {
   border-color: #029148;
 }
</style>