Html Css Color HEX #2AAA0F Forest Green

📋 copy color: '#2AAA0F'

red 42 ◦ green 170 ◦ blue 15

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

Shades of Forest Green #2AAA0F

Tints of Forest Green #2AAA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.61%

R = 18.5%
G = 74.89%
B = 6.61%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#2AAA0F (or 0x2AAA0F) is known color: Forest Green. HEX triplet: 2A, AA and 0F. RGB value is (42,170,15). Sum of RGB (Red+Green+Blue) = 42+170+15=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 170 (66.80% from 255 or 74.89% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAA0F is #D555F0. Grayscale: #727272. Windows color (decimal): -13981169 or 1026602. OLE color: 1026602.

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

Color convert

RGB 42 170 15 -
CMYK 0.75 0 0.91 0.33
HSL 109.55º 0.84% 0.36% -
HSV(B) 109.55º 0.91% 0.67% -
XYZ 15.42 29.28 5.29 -
YUV 114.06 72.09 76.6 -
System Red Green Blue C M Y K H S L
Decimal 42 170 15 0.75 0 0.91 0.33 109.55 0.84 0.36
Hex 2A AA F 4B 0 5B 21 6E 54 24
Octal 52 252 17 113 0 133 41 156 124 44
Binary 101010 10101010 1111 1001011 0 1011011 100001 1101110 1010100 100100

Color Harmonies of #2AAA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAA0F

Black with #2AAA0F

Text Example


Text Example

White with #2AAA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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