#029E3B

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

Shades of Pigment Green #029E3B

Tints of Pigment Green #029E3B

Color information

#029E3B (or 0x029E3B) is unknown color: approx Pigment Green. HEX triplet: 02, 9E and 3B. RGB value is (2,158,59). Sum of RGB (Red+Green+Blue) = 2+158+59=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 158 (62.11% from 255 or 72.15% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 158 - color contains mainly: green. Hex color #029E3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029E3B is #FD61C4. Grayscale: #646464. Windows color (decimal): -16605637 or 3907074. OLE color: 3907074.

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

Color convert

RGB215859-
CMYK0.9900.630.38
HSL141.92º97.5%31.37%-
HSV(B)141.92º98.73%61.96%-
XYZ13.0424.788.23-
YUV100.07104.8258.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 158 (62.11% from 255) = 72.15%
BLUE value IS 59 (23.44% from 255) = 26.94%
R=0.91%
G=72.15%
B=26.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2158590.9900.630.38141.9297.531.37
Hex29E3B6303F268e621f
Octal2236731430774621614237
Binary10100111101110111100011011111110011010001110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,158,59); }

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

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

 a { background-color: rgb(2,158,59); }

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

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

 span { border-color: rgb(2,158,59); }

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