#2AAD1E

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

Shades of Forest Green #2AAD1E

Tints of Forest Green #2AAD1E

Color information

#2AAD1E (or 0x2AAD1E) is unknown color: approx Forest Green. HEX triplet: 2A, AD and 1E. RGB value is (42,173,30). Sum of RGB (Red+Green+Blue) = 42+173+30=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 173 (67.97% from 255 or 70.61% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAD1E is #D552E1. Grayscale: #757575. Windows color (decimal): -13980386 or 2010410. OLE color: 2010410.

HSL color Cylindrical-coordinate representation of color #2AAD1E: hue angle of 114.97º degrees, saturation: 0.7, 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 #2AAD1E is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB4217330-
CMYK0.7600.830.32
HSL114.97º70.44%39.8%-
HSV(B)114.97º82.66%67.84%-
XYZ16.1330.476.26-
YUV117.5378.674.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.14%
GREEN value IS 173 (67.97% from 255) = 70.61%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=17.14%
G=70.61%
B=12.24%

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
Decimal42173300.7600.830.32114.9770.4439.8
Hex2AAD1E4C05320734628
Octal522553611401234016310650
Binary101010101011011111010011000101001110000011100111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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