#2AAA31

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

Shades of Forest Green #2AAA31

Tints of Forest Green #2AAA31

Color information

#2AAA31 (or 0x2AAA31) is unknown color: approx Forest Green. HEX triplet: 2A, AA and 31. RGB value is (42,170,49). Sum of RGB (Red+Green+Blue) = 42+170+49=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 170 (66.80% from 255 or 65.13% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA31 is #D555CE. Grayscale: #767676. Windows color (decimal): -13981135 or 3254826. OLE color: 3254826.

HSL color Cylindrical-coordinate representation of color #2AAA31: hue angle of 123.28º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAA31 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB4217049-
CMYK0.7500.710.33
HSL123.28º60.38%41.57%-
HSV(B)123.28º75.29%66.67%-
XYZ15.8829.467.76-
YUV117.9389.0973.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.09%
GREEN value IS 170 (66.80% from 255) = 65.13%
BLUE value IS 49 (19.53% from 255) = 18.77%
R=16.09%
G=65.13%
B=18.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42170490.7500.710.33123.2860.3841.57
Hex2AAA314B047217b3c2a
Octal52252611130107411737452
Binary101010101010101100011001011010001111000011111011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,170,49); }

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

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

 a { background-color: rgb(42,170,49); }

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

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

 span { border-color: rgb(42,170,49); }

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