#2A9E28

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

Shades of Forest Green #2A9E28

Tints of Forest Green #2A9E28

Color information

#2A9E28 (or 0x2A9E28) is unknown color: approx Forest Green. HEX triplet: 2A, 9E and 28. RGB value is (42,158,40). Sum of RGB (Red+Green+Blue) = 42+158+40=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 158 (62.11% from 255 or 65.83% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 158 - color contains mainly: green. Hex color #2A9E28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9E28 is #D561D7. Grayscale: #6E6E6E. Windows color (decimal): -13984216 or 2661930. OLE color: 2661930.

HSL color Cylindrical-coordinate representation of color #2A9E28: hue angle of 118.98º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A9E28 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB4215840-
CMYK0.7300.750.38
HSL118.98º59.6%38.82%-
HSV(B)118.98º74.68%61.96%-
XYZ13.5625.16.14-
YUV109.8688.5779.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.5%
GREEN value IS 158 (62.11% from 255) = 65.83%
BLUE value IS 40 (16.02% from 255) = 16.67%
R=17.5%
G=65.83%
B=16.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42158400.7300.750.38118.9859.638.82
Hex2A9E284904B26773c27
Octal52236501110113461677447
Binary101010100111101010001001001010010111001101110111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A9E28; }

 p { color: rgb(42,158,40); }

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

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

 a { background-color: rgb(42,158,40); }

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

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

 span { border-color: rgb(42,158,40); }

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