Html Css Color HEX #2AAA31 Forest Green

📋 copy color: '#2AAA31'

red 42 ◦ green 170 ◦ blue 49

#2AAA31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #2AAA31

Tints of Forest Green #2AAA31

RGB

 RED value IS 42 (16.8% from 255) = 16.09%

 GREEN value IS 170 (66.8% 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 value IS 0.75

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#2AAA31 (or 0x2AAA31) is known color: 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

RGB 42 170 49 -
CMYK 0.75 0 0.71 0.33
HSL 123.28º 0.6% 0.42% -
HSV(B) 123.28º 0.75% 0.67% -
XYZ 15.88 29.46 7.76 -
YUV 117.93 89.09 73.84 -
System Red Green Blue C M Y K H S L
Decimal 42 170 49 0.75 0 0.71 0.33 123.28 0.6 0.42
Hex 2A AA 31 4B 0 47 21 7B 3C 2A
Octal 52 252 61 113 0 107 41 173 74 52
Binary 101010 10101010 110001 1001011 0 1000111 100001 1111011 111100 101010

Color Harmonies of #2AAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAA31

Black with #2AAA31

Text Example


Text Example

White with #2AAA31

Text Example


Text Example

HTML Codes & Css Web 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>