#029C41

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

Shades of Pigment Green #029C41

Tints of Pigment Green #029C41

Color information

#029C41 (or 0x029C41) is unknown color: approx Pigment Green. HEX triplet: 02, 9C and 41. RGB value is (2,156,65). Sum of RGB (Red+Green+Blue) = 2+156+65=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 156 (61.33% from 255 or 69.96% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 156 - color contains mainly: green. Hex color #029C41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029C41 is #FD63BE. Grayscale: #636363. Windows color (decimal): -16606143 or 4299778. OLE color: 4299778.

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

Color convert

RGB215665-
CMYK0.9900.580.39
HSL144.55º97.47%30.98%-
HSV(B)144.55º98.72%61.18%-
XYZ12.8724.178.99-
YUV99.58108.4858.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 156 (61.33% from 255) = 69.96%
BLUE value IS 65 (25.78% from 255) = 29.15%
R=0.90%
G=69.96%
B=29.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2156650.9900.580.39144.5597.4730.98
Hex29C416303A2791611f
Octal22341011430724722114137
Binary101001110010000011100011011101010011110010001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,156,65); }

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

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

 a { background-color: rgb(2,156,65); }

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

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

 span { border-color: rgb(2,156,65); }

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