#029A3B

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

Shades of Pigment Green #029A3B

Tints of Pigment Green #029A3B

Color information

#029A3B (or 0x029A3B) is unknown color: approx Pigment Green. HEX triplet: 02, 9A and 3B. RGB value is (2,154,59). Sum of RGB (Red+Green+Blue) = 2+154+59=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 154 (60.55% from 255 or 71.63% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 154 - color contains mainly: green. Hex color #029A3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029A3B is #FD65C4. Grayscale: #616161. Windows color (decimal): -16606661 or 3906050. OLE color: 3906050.

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

Color convert

RGB215459-
CMYK0.9900.620.40
HSL142.5º97.44%30.59%-
HSV(B)142.5º98.7%60.39%-
XYZ12.3723.448.01-
YUV97.72106.1459.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 154 (60.55% from 255) = 71.63%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=0.93%
G=71.63%
B=27.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2154590.9900.620.40142.597.4430.59
Hex29A3B6303E288e611f
Octal2232731430765021614137
Binary10100110101110111100011011111010100010001110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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