Html Css Color HEX #2AA917 Forest Green

📋 copy color: '#2AA917'

red 42 ◦ green 169 ◦ blue 23

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

Shades of Forest Green #2AA917

Tints of Forest Green #2AA917

RGB

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

 GREEN value IS 169 (66.41% from 255) = 72.22%

 BLUE value IS 23 (9.38% from 255) = 9.83%

R = 17.95%
G = 72.22%
B = 9.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#2AA917 (or 0x2AA917) is known color: Forest Green. HEX triplet: 2A, A9 and 17. RGB value is (42,169,23). Sum of RGB (Red+Green+Blue) = 42+169+23=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 169 (66.41% from 255 or 72.22% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA917 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA917 is #D556E8. Grayscale: #727272. Windows color (decimal): -13981417 or 1550634. OLE color: 1550634.

HSL color Cylindrical-coordinate representation of color #2AA917: hue angle of 112.19º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AA917 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 42 169 23 -
CMYK 0.75 0 0.86 0.34
HSL 112.19º 0.76% 0.38% -
HSV(B) 112.19º 0.86% 0.66% -
XYZ 15.3 28.93 5.59 -
YUV 114.38 76.42 76.37 -
System Red Green Blue C M Y K H S L
Decimal 42 169 23 0.75 0 0.86 0.34 112.19 0.76 0.38
Hex 2A A9 17 4B 0 56 22 70 4C 26
Octal 52 251 27 113 0 126 42 160 114 46
Binary 101010 10101001 10111 1001011 0 1010110 100010 1110000 1001100 100110

Color Harmonies of #2AA917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA917

Black with #2AA917

Text Example


Text Example

White with #2AA917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,169,23); }

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

background-color css

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

 a { background-color: rgb(42,169,23); }

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

border-color css

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

 span { border-color: rgb(42,169,23); }

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