#029F49

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

Shades of Pigment Green #029F49

Tints of Pigment Green #029F49

Color information

#029F49 (or 0x029F49) is unknown color: approx Pigment Green. HEX triplet: 02, 9F and 49. RGB value is (2,159,73). Sum of RGB (Red+Green+Blue) = 2+159+73=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 159 (62.5% from 255 or 67.95% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 159 - color contains mainly: green. Hex color #029F49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029F49 is #FD60B6. Grayscale: #666666. Windows color (decimal): -16605367 or 4824834. OLE color: 4824834.

HSL color Cylindrical-coordinate representation of color #029F49: hue angle of 147.13º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029F49 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB215973-
CMYK0.9900.540.38
HSL147.13º97.52%31.57%-
HSV(B)147.13º98.74%62.35%-
XYZ13.6325.2910.47-
YUV102.25111.4956.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 159 (62.5% from 255) = 67.95%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=0.85%
G=67.95%
B=31.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2159730.9900.540.38147.1397.5231.57
Hex29F496303626936220
Octal22371111430664622314240
Binary1010011111100100111000110110110100110100100111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029F49; }

 p { color: rgb(2,159,73); }

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

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

 a { background-color: rgb(2,159,73); }

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

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

 span { border-color: rgb(2,159,73); }

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