#2A911E

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

Shades of Forest Green #2A911E

Tints of Forest Green #2A911E

Color information

#2A911E (or 0x2A911E) is unknown color: approx Forest Green. HEX triplet: 2A, 91 and 1E. RGB value is (42,145,30). Sum of RGB (Red+Green+Blue) = 42+145+30=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 145 (57.03% from 255 or 66.82% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 145 - color contains mainly: green. Hex color #2A911E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A911E is #D56EE1. Grayscale: #656565. Windows color (decimal): -13987554 or 2003242. OLE color: 2003242.

HSL color Cylindrical-coordinate representation of color #2A911E: hue angle of 113.74º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A911E is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB4214530-
CMYK0.7100.790.43
HSL113.74º65.71%34.31%-
HSV(B)113.74º79.31%56.86%-
XYZ11.3120.844.65-
YUV101.0987.8885.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.35%
GREEN value IS 145 (57.03% from 255) = 66.82%
BLUE value IS 30 (12.11% from 255) = 13.82%
R=19.35%
G=66.82%
B=13.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal42145300.7100.790.43113.7465.7134.31
Hex2A911E4704F2B724222
Octal522213610701175316210242
Binary101010100100011111010001110100111110101111100101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A911E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,145,30); }

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

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

 a { background-color: rgb(42,145,30); }

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

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

 span { border-color: rgb(42,145,30); }

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