#029539

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

Shades of Pigment Green #029539

Tints of Pigment Green #029539

Color information

#029539 (or 0x029539) is unknown color: approx Pigment Green. HEX triplet: 02, 95 and 39. RGB value is (2,149,57). Sum of RGB (Red+Green+Blue) = 2+149+57=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 149 (58.59% from 255 or 71.63% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 149 - color contains mainly: green. Hex color #029539 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029539 is #FD6AC6. Grayscale: #5E5E5E. Windows color (decimal): -16607943 or 3773698. OLE color: 3773698.

HSL color Cylindrical-coordinate representation of color #029539: hue angle of 142.45º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029539 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB214957-
CMYK0.9900.620.42
HSL142.45º97.35%29.61%-
HSV(B)142.45º98.66%58.43%-
XYZ11.5121.87.47-
YUV94.56106.861.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 149 (58.59% from 255) = 71.63%
BLUE value IS 57 (22.66% from 255) = 27.40%
R=0.96%
G=71.63%
B=27.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2149570.9900.620.42142.4597.3529.61
Hex295396303E2A8e611e
Octal2225711430765221614136
Binary10100101011110011100011011111010101010001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029539; }

 p { color: rgb(2,149,57); }

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

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

 a { background-color: rgb(2,149,57); }

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

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

 span { border-color: rgb(2,149,57); }

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