Html Css Color HEX #2AAF19 Forest Green

📋 copy color: '#2AAF19'

red 42 ◦ green 175 ◦ blue 25

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

Shades of Forest Green #2AAF19

Tints of Forest Green #2AAF19

RGB

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

 GREEN value IS 175 (68.75% from 255) = 72.31%

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

R = 17.36%
G = 72.31%
B = 10.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#2AAF19 (or 0x2AAF19) is known color: Forest Green. HEX triplet: 2A, AF and 19. RGB value is (42,175,25). Sum of RGB (Red+Green+Blue) = 42+175+25=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 175 (68.75% from 255 or 72.31% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAF19 is #D550E6. Grayscale: #767676. Windows color (decimal): -13979879 or 1683242. OLE color: 1683242.

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

Color convert

RGB 42 175 25 -
CMYK 0.76 0 0.86 0.31
HSL 113.2º 0.75% 0.39% -
HSV(B) 113.2º 0.86% 0.69% -
XYZ 16.46 31.22 6.08 -
YUV 118.13 75.44 73.7 -
System Red Green Blue C M Y K H S L
Decimal 42 175 25 0.76 0 0.86 0.31 113.2 0.75 0.39
Hex 2A AF 19 4C 0 56 1F 71 4B 27
Octal 52 257 31 114 0 126 37 161 113 47
Binary 101010 10101111 11001 1001100 0 1010110 11111 1110001 1001011 100111

Color Harmonies of #2AAF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAF19

Black with #2AAF19

Text Example


Text Example

White with #2AAF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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