Html Css Color HEX #2AA711 Forest Green

📋 copy color: '#2AA711'

red 42 ◦ green 167 ◦ blue 17

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

Shades of Forest Green #2AA711

Tints of Forest Green #2AA711

RGB

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

 GREEN value IS 167 (65.63% from 255) = 73.89%

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

R = 18.58%
G = 73.89%
B = 7.52%

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

#2AA711 (or 0x2AA711) is known color: Forest Green. HEX triplet: 2A, A7 and 11. RGB value is (42,167,17). Sum of RGB (Red+Green+Blue) = 42+167+17=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 167 (65.62% from 255 or 73.89% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA711 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA711 is #D558EE. Grayscale: #717171. Windows color (decimal): -13981935 or 1156906. OLE color: 1156906.

HSL color Cylindrical-coordinate representation of color #2AA711: hue angle of 110º degrees, saturation: 0.82, 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 #2AA711 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 42 167 17 -
CMYK 0.75 0 0.90 0.35
HSL 110º 0.82% 0.36% -
HSV(B) 110º 0.9% 0.65% -
XYZ 14.87 28.17 5.18 -
YUV 112.53 74.09 77.7 -
System Red Green Blue C M Y K H S L
Decimal 42 167 17 0.75 0 0.90 0.35 110 0.82 0.36
Hex 2A A7 11 4B 0 5A 23 6E 52 24
Octal 52 247 21 113 0 132 43 156 122 44
Binary 101010 10100111 10001 1001011 0 1011010 100011 1101110 1010010 100100

Color Harmonies of #2AA711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA711

Black with #2AA711

Text Example


Text Example

White with #2AA711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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