#02902F

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

Shades of Pigment Green #02902F

Tints of Pigment Green #02902F

Color information

#02902F (or 0x02902F) is unknown color: approx Pigment Green. HEX triplet: 02, 90 and 2F. RGB value is (2,144,47). Sum of RGB (Red+Green+Blue) = 2+144+47=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 144 (56.64% from 255 or 74.61% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 144 - color contains mainly: green. Hex color #02902F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02902F is #FD6FD0. Grayscale: #5A5A5A. Windows color (decimal): -16609233 or 3117058. OLE color: 3117058.

HSL color Cylindrical-coordinate representation of color #02902F: hue angle of 139.01º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02902F is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB214447-
CMYK0.9900.670.44
HSL139.01º97.26%28.63%-
HSV(B)139.01º98.61%56.47%-
XYZ10.5120.166.03-
YUV90.48103.4664.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 144 (56.64% from 255) = 74.61%
BLUE value IS 47 (18.75% from 255) = 24.35%
R=1.04%
G=74.61%
B=24.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2144470.9900.670.44139.0197.2628.63
Hex2902F630432C8b611d
Octal22205714301035421314135
Binary101001000010111111000110100001110110010001011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02902F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02902F; }

 p { color: rgb(2,144,47); }

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

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

 a { background-color: rgb(2,144,47); }

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

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

 span { border-color: rgb(2,144,47); }

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