Html Css Color HEX #13AF20 Forest Green

📋 copy color: '#13AF20'

red 19 ◦ green 175 ◦ blue 32

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

Shades of Forest Green #13AF20

Tints of Forest Green #13AF20

RGB

 RED value IS 19 (7.81% from 255) = 8.41%

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

 BLUE value IS 32 (12.89% from 255) = 14.16%

R = 8.41%
G = 77.43%
B = 14.16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#13AF20 (or 0x13AF20) is known color: Forest Green. HEX triplet: 13, AF and 20. RGB value is (19,175,32). Sum of RGB (Red+Green+Blue) = 19+175+32=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 175 (68.75% from 255 or 77.43% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AF20 is #EC50DF. Grayscale: #707070. Windows color (decimal): -15487200 or 2141971. OLE color: 2141971.

HSL color Cylindrical-coordinate representation of color #13AF20: hue angle of 125º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AF20 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 175 32 -
CMYK 0.89 0 0.82 0.31
HSL 125º 0.8% 0.38% -
HSV(B) 125º 0.89% 0.69% -
XYZ 15.86 30.9 6.5 -
YUV 112.05 82.82 61.63 -
System Red Green Blue C M Y K H S L
Decimal 19 175 32 0.89 0 0.82 0.31 125 0.8 0.38
Hex 13 AF 20 59 0 52 1F 7D 50 26
Octal 23 257 40 131 0 122 37 175 120 46
Binary 10011 10101111 100000 1011001 0 1010010 11111 1111101 1010000 100110

Color Harmonies of #13AF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AF20

Black with #13AF20

Text Example


Text Example

White with #13AF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13AF20; }

 p { color: rgb(19,175,32); }

 H1.HeaderClassName
 {
   color: #13AF20;
 }
 .AnyTagClassName
 {
   color: #13AF20;
 }
</style>

background-color css

<style>
 a { background-color: #13AF20; }

 a { background-color: rgb(19,175,32); }

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

border-color css

<style>
 span { border-color: #13AF20; }

 span { border-color: rgb(19,175,32); }

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