#2AAC1E

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

Shades of Forest Green #2AAC1E

Tints of Forest Green #2AAC1E

Color information

#2AAC1E (or 0x2AAC1E) is unknown color: approx Forest Green. HEX triplet: 2A, AC and 1E. RGB value is (42,172,30). Sum of RGB (Red+Green+Blue) = 42+172+30=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 172 (67.58% from 255 or 70.49% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAC1E is #D553E1. Grayscale: #757575. Windows color (decimal): -13980642 or 2010154. OLE color: 2010154.

HSL color Cylindrical-coordinate representation of color #2AAC1E: hue angle of 114.93º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AAC1E is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB4217230-
CMYK0.7600.830.33
HSL114.93º70.3%39.61%-
HSV(B)114.93º82.56%67.45%-
XYZ15.9430.096.2-
YUV116.9478.9374.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.21%
GREEN value IS 172 (67.58% from 255) = 70.49%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=17.21%
G=70.49%
B=12.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42172300.7600.830.33114.9370.339.61
Hex2AAC1E4C05321734628
Octal522543611401234116310650
Binary101010101011001111010011000101001110000111100111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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