Html Css Color HEX #2AAD19 Forest Green

📋 copy color: '#2AAD19'

red 42 ◦ green 173 ◦ blue 25

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

Shades of Forest Green #2AAD19

Tints of Forest Green #2AAD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.42%

R = 17.5%
G = 72.08%
B = 10.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#2AAD19 (or 0x2AAD19) is known color: Forest Green. HEX triplet: 2A, AD and 19. RGB value is (42,173,25). Sum of RGB (Red+Green+Blue) = 42+173+25=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 173 (67.97% from 255 or 72.08% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAD19 is #D552E6. Grayscale: #757575. Windows color (decimal): -13980391 or 1682730. OLE color: 1682730.

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

Color convert

RGB 42 173 25 -
CMYK 0.76 0 0.86 0.32
HSL 113.11º 0.75% 0.39% -
HSV(B) 113.11º 0.86% 0.68% -
XYZ 16.07 30.45 5.95 -
YUV 116.96 76.1 74.53 -
System Red Green Blue C M Y K H S L
Decimal 42 173 25 0.76 0 0.86 0.32 113.11 0.75 0.39
Hex 2A AD 19 4C 0 56 20 71 4B 27
Octal 52 255 31 114 0 126 40 161 113 47
Binary 101010 10101101 11001 1001100 0 1010110 100000 1110001 1001011 100111

Color Harmonies of #2AAD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAD19

Black with #2AAD19

Text Example


Text Example

White with #2AAD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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