Html Css Color HEX #2AA611 Forest Green

📋 copy color: '#2AA611'

red 42 ◦ green 166 ◦ blue 17

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

Shades of Forest Green #2AA611

Tints of Forest Green #2AA611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 73.78%

 BLUE value IS 17 (7.03% from 255) = 7.56%

R = 18.67%
G = 73.78%
B = 7.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#2AA611 (or 0x2AA611) is known color: Forest Green. HEX triplet: 2A, A6 and 11. RGB value is (42,166,17). Sum of RGB (Red+Green+Blue) = 42+166+17=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 166 (65.23% from 255 or 73.78% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA611 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA611 is #D559EE. Grayscale: #707070. Windows color (decimal): -13982191 or 1156650. OLE color: 1156650.

HSL color Cylindrical-coordinate representation of color #2AA611: hue angle of 109.93º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AA611 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 42 166 17 -
CMYK 0.75 0 0.90 0.35
HSL 109.93º 0.81% 0.36% -
HSV(B) 109.93º 0.9% 0.65% -
XYZ 14.69 27.81 5.12 -
YUV 111.94 74.42 78.12 -
System Red Green Blue C M Y K H S L
Decimal 42 166 17 0.75 0 0.90 0.35 109.93 0.81 0.36
Hex 2A A6 11 4B 0 5A 23 6E 51 24
Octal 52 246 21 113 0 132 43 156 121 44
Binary 101010 10100110 10001 1001011 0 1011010 100011 1101110 1010001 100100

Color Harmonies of #2AA611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA611

Black with #2AA611

Text Example


Text Example

White with #2AA611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,166,17); }

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

background-color css

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

 a { background-color: rgb(42,166,17); }

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

border-color css

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

 span { border-color: rgb(42,166,17); }

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