Html Css Color HEX #2AA008 Forest Green

📋 copy color: '#2AA008'

red 42 ◦ green 160 ◦ blue 8

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

Shades of Forest Green #2AA008

Tints of Forest Green #2AA008

RGB

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

 GREEN value IS 160 (62.89% from 255) = 76.19%

 BLUE value IS 8 (3.52% from 255) = 3.81%

R = 20%
G = 76.19%
B = 3.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#2AA008 (or 0x2AA008) is known color: Forest Green. HEX triplet: 2A, A0 and 08. RGB value is (42,160,8). Sum of RGB (Red+Green+Blue) = 42+160+8=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 160 (62.89% from 255 or 76.19% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA008 is #D55FF7. Grayscale: #6B6B6B. Windows color (decimal): -13983736 or 565290. OLE color: 565290.

HSL color Cylindrical-coordinate representation of color #2AA008: hue angle of 106.58º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AA008 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 42 160 8 -
CMYK 0.74 0 0.95 0.37
HSL 106.58º 0.9% 0.33% -
HSV(B) 106.58º 0.95% 0.63% -
XYZ 13.57 25.65 4.47 -
YUV 107.39 71.91 81.36 -
System Red Green Blue C M Y K H S L
Decimal 42 160 8 0.74 0 0.95 0.37 106.58 0.9 0.33
Hex 2A A0 8 4A 0 5F 25 6B 5A 21
Octal 52 240 10 112 0 137 45 153 132 41
Binary 101010 10100000 1000 1001010 0 1011111 100101 1101011 1011010 100001

Color Harmonies of #2AA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA008

Black with #2AA008

Text Example


Text Example

White with #2AA008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,160,8); }

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

background-color css

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

 a { background-color: rgb(42,160,8); }

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

border-color css

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

 span { border-color: rgb(42,160,8); }

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