#029135

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

Shades of Pigment Green #029135

Tints of Pigment Green #029135

Color information

#029135 (or 0x029135) is unknown color: approx Pigment Green. HEX triplet: 02, 91 and 35. RGB value is (2,145,53). Sum of RGB (Red+Green+Blue) = 2+145+53=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 145 (57.03% from 255 or 72.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 145 - color contains mainly: green. Hex color #029135 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029135 is #FD6ECA. Grayscale: #5B5B5B. Windows color (decimal): -16608971 or 3510530. OLE color: 3510530.

HSL color Cylindrical-coordinate representation of color #029135: hue angle of 141.4º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029135 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB214553-
CMYK0.9900.630.43
HSL141.4º97.28%28.82%-
HSV(B)141.4º98.62%56.86%-
XYZ10.7920.526.76-
YUV91.76106.1263.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1%
GREEN value IS 145 (57.03% from 255) = 72.5%
BLUE value IS 53 (21.09% from 255) = 26.5%
R=1%
G=72.5%
B=26.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2145530.9900.630.43141.497.2828.82
Hex291356303F2B8d611d
Octal2221651430775321514135
Binary10100100011101011100011011111110101110001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029135; }

 p { color: rgb(2,145,53); }

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

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

 a { background-color: rgb(2,145,53); }

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

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

 span { border-color: rgb(2,145,53); }

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