#2AAE1C

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

Shades of Forest Green #2AAE1C

Tints of Forest Green #2AAE1C

Color information

#2AAE1C (or 0x2AAE1C) is unknown color: approx Forest Green. HEX triplet: 2A, AE and 1C. RGB value is (42,174,28). Sum of RGB (Red+Green+Blue) = 42+174+28=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 174 (68.36% from 255 or 71.31% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAE1C is #D551E3. Grayscale: #767676. Windows color (decimal): -13980132 or 1879594. OLE color: 1879594.

HSL color Cylindrical-coordinate representation of color #2AAE1C: hue angle of 114.25º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AAE1C is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB4217428-
CMYK0.7600.840.32
HSL114.25º72.28%39.61%-
HSV(B)114.25º83.91%68.24%-
XYZ16.330.856.19-
YUV117.8977.2773.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.21%
GREEN value IS 174 (68.36% from 255) = 71.31%
BLUE value IS 28 (11.33% from 255) = 11.48%
R=17.21%
G=71.31%
B=11.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42174280.7600.840.32114.2572.2839.61
Hex2AAE1C4C05420724828
Octal522563411401244016211050
Binary101010101011101110010011000101010010000011100101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,174,28); }

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

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

 a { background-color: rgb(42,174,28); }

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

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

 span { border-color: rgb(42,174,28); }

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