Html Css Color HEX #2AAA25 Forest Green

📋 copy color: '#2AAA25'

red 42 ◦ green 170 ◦ blue 37

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

Shades of Forest Green #2AAA25

Tints of Forest Green #2AAA25

RGB

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

 GREEN value IS 170 (66.8% from 255) = 68.27%

 BLUE value IS 37 (14.84% from 255) = 14.86%

R = 16.87%
G = 68.27%
B = 14.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#2AAA25 (or 0x2AAA25) is known color: Forest Green. HEX triplet: 2A, AA and 25. RGB value is (42,170,37). Sum of RGB (Red+Green+Blue) = 42+170+37=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 170 (66.80% from 255 or 68.27% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA25 is #D555DA. Grayscale: #747474. Windows color (decimal): -13981147 or 2468394. OLE color: 2468394.

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

Color convert

RGB 42 170 37 -
CMYK 0.75 0 0.78 0.33
HSL 117.74º 0.64% 0.41% -
HSV(B) 117.74º 0.78% 0.67% -
XYZ 15.66 29.38 6.59 -
YUV 116.57 83.09 74.81 -
System Red Green Blue C M Y K H S L
Decimal 42 170 37 0.75 0 0.78 0.33 117.74 0.64 0.41
Hex 2A AA 25 4B 0 4E 21 76 40 29
Octal 52 252 45 113 0 116 41 166 100 51
Binary 101010 10101010 100101 1001011 0 1001110 100001 1110110 1000000 101001

Color Harmonies of #2AAA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAA25

Black with #2AAA25

Text Example


Text Example

White with #2AAA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AAA25;
 }
 .AnyTagClassName
 {
   color: #2AAA25;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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