#029A2E

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

Shades of Pigment Green #029A2E

Tints of Pigment Green #029A2E

Color information

#029A2E (or 0x029A2E) is unknown color: approx Pigment Green. HEX triplet: 02, 9A and 2E. RGB value is (2,154,46). Sum of RGB (Red+Green+Blue) = 2+154+46=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 154 (60.55% from 255 or 76.24% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 154 - color contains mainly: green. Hex color #029A2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029A2E is #FD65D1. Grayscale: #606060. Windows color (decimal): -16606674 or 3054082. OLE color: 3054082.

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

Color convert

RGB215446-
CMYK0.9900.700.40
HSL137.37º97.44%30.59%-
HSV(B)137.37º98.7%60.39%-
XYZ12.0723.326.45-
YUV96.2499.6460.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 154 (60.55% from 255) = 76.24%
BLUE value IS 46 (18.36% from 255) = 22.77%
R=0.99%
G=76.24%
B=22.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2154460.9900.700.40137.3797.4430.59
Hex29A2E630462889611f
Octal22325614301065021114137
Binary101001101010111011000110100011010100010001001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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