#029126

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

Shades of Forest Green #029126

Tints of Forest Green #029126

Color information

#029126 (or 0x029126) is unknown color: approx Forest Green. HEX triplet: 02, 91 and 26. RGB value is (2,145,38). Sum of RGB (Red+Green+Blue) = 2+145+38=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 145 (57.03% from 255 or 78.38% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 145 - color contains mainly: green. Hex color #029126 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029126 is #FD6ED9. Grayscale: #5A5A5A. Windows color (decimal): -16608986 or 2527490. OLE color: 2527490.

HSL color Cylindrical-coordinate representation of color #029126: hue angle of 135.1º 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 #029126 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB214538-
CMYK0.9900.740.43
HSL135.1º97.28%28.82%-
HSV(B)135.1º98.62%56.86%-
XYZ10.520.45.22-
YUV90.0498.6265.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 145 (57.03% from 255) = 78.38%
BLUE value IS 38 (15.23% from 255) = 20.54%
R=1.08%
G=78.38%
B=20.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2145380.9900.740.43135.197.2828.82
Hex291266304A2B87611d
Octal22214614301125320714135
Binary101001000110011011000110100101010101110000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029126; }

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

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

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

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

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

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

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

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