#029745

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

Shades of Pigment Green #029745

Tints of Pigment Green #029745

Color information

#029745 (or 0x029745) is unknown color: approx Pigment Green. HEX triplet: 02, 97 and 45. RGB value is (2,151,69). Sum of RGB (Red+Green+Blue) = 2+151+69=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 151 (59.38% from 255 or 68.02% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 151 - color contains mainly: green. Hex color #029745 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029745 is #FD68BA. Grayscale: #616161. Windows color (decimal): -16607419 or 4560642. OLE color: 4560642.

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

Color convert

RGB215169-
CMYK0.9900.540.41
HSL146.98º97.39%30%-
HSV(B)146.98º98.68%59.22%-
XYZ12.1722.589.35-
YUV97.1112.1460.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 151 (59.38% from 255) = 68.02%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=0.90%
G=68.02%
B=31.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2151690.9900.540.41146.9897.3930
Hex29745630362993611e
Octal22271051430665122314136
Binary101001011110001011100011011011010100110010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029745; }

 p { color: rgb(2,151,69); }

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

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

 a { background-color: rgb(2,151,69); }

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

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

 span { border-color: rgb(2,151,69); }

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