#2AAE1E

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

Shades of Forest Green #2AAE1E

Tints of Forest Green #2AAE1E

Color information

#2AAE1E (or 0x2AAE1E) is unknown color: approx Forest Green. HEX triplet: 2A, AE and 1E. RGB value is (42,174,30). Sum of RGB (Red+Green+Blue) = 42+174+30=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 174 (68.36% from 255 or 70.73% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAE1E is #D551E1. Grayscale: #767676. Windows color (decimal): -13980130 or 2010666. OLE color: 2010666.

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

Color convert

RGB4217430-
CMYK0.7600.830.32
HSL115º70.59%40%-
HSV(B)115º82.76%68.24%-
XYZ16.3330.866.32-
YUV118.1278.2773.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.07%
GREEN value IS 174 (68.36% from 255) = 70.73%
BLUE value IS 30 (12.11% from 255) = 12.20%
R=17.07%
G=70.73%
B=12.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42174300.7600.830.3211570.5940
Hex2AAE1E4C05320734728
Octal522563611401234016310750
Binary101010101011101111010011000101001110000011100111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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