Html Css Color HEX #2AAD17 Forest Green

📋 copy color: '#2AAD17'

red 42 ◦ green 173 ◦ blue 23

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

Shades of Forest Green #2AAD17

Tints of Forest Green #2AAD17

RGB

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

 GREEN value IS 173 (67.97% from 255) = 72.69%

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

R = 17.65%
G = 72.69%
B = 9.66%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#2AAD17 (or 0x2AAD17) is known color: Forest Green. HEX triplet: 2A, AD and 17. RGB value is (42,173,23). Sum of RGB (Red+Green+Blue) = 42+173+23=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 173 (67.97% from 255 or 72.69% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAD17 is #D552E8. Grayscale: #757575. Windows color (decimal): -13980393 or 1551658. OLE color: 1551658.

HSL color Cylindrical-coordinate representation of color #2AAD17: hue angle of 112.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AAD17 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 173 23 -
CMYK 0.76 0 0.87 0.32
HSL 112.4º 0.77% 0.38% -
HSV(B) 112.4º 0.87% 0.68% -
XYZ 16.05 30.44 5.84 -
YUV 116.73 75.1 74.7 -
System Red Green Blue C M Y K H S L
Decimal 42 173 23 0.76 0 0.87 0.32 112.4 0.77 0.38
Hex 2A AD 17 4C 0 57 20 70 4D 26
Octal 52 255 27 114 0 127 40 160 115 46
Binary 101010 10101101 10111 1001100 0 1010111 100000 1110000 1001101 100110

Color Harmonies of #2AAD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAD17

Black with #2AAD17

Text Example


Text Example

White with #2AAD17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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