#029A4A

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

Shades of Pigment Green #029A4A

Tints of Pigment Green #029A4A

Color information

#029A4A (or 0x029A4A) is unknown color: approx Pigment Green. HEX triplet: 02, 9A and 4A. RGB value is (2,154,74). Sum of RGB (Red+Green+Blue) = 2+154+74=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 154 (60.55% from 255 or 66.96% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 154 - color contains mainly: green. Hex color #029A4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029A4A is #FD65B5. Grayscale: #636363. Windows color (decimal): -16606646 or 4889090. OLE color: 4889090.

HSL color Cylindrical-coordinate representation of color #029A4A: hue angle of 148.42º 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 #029A4A is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB215474-
CMYK0.9900.520.40
HSL148.42º97.44%30.59%-
HSV(B)148.42º98.7%60.39%-
XYZ12.8223.6210.36-
YUV99.43113.6458.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 154 (60.55% from 255) = 66.96%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=0.87%
G=66.96%
B=32.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2154740.9900.520.40148.4297.4430.59
Hex29A4A630342894611f
Octal22321121430645022414137
Binary101001101010010101100011011010010100010010100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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