Html Css Color HEX #13AA20 Forest Green

📋 copy color: '#13AA20'

red 19 ◦ green 170 ◦ blue 32

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

Shades of Forest Green #13AA20

Tints of Forest Green #13AA20

RGB

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

 GREEN value IS 170 (66.8% from 255) = 76.92%

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

R = 8.6%
G = 76.92%
B = 14.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#13AA20 (or 0x13AA20) is known color: Forest Green. HEX triplet: 13, AA and 20. RGB value is (19,170,32). Sum of RGB (Red+Green+Blue) = 19+170+32=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 170 (66.80% from 255 or 76.92% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA20 is #EC55DF. Grayscale: #6D6D6D. Windows color (decimal): -15488480 or 2140691. OLE color: 2140691.

HSL color Cylindrical-coordinate representation of color #13AA20: hue angle of 125.17º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA20 is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 170 32 -
CMYK 0.89 0 0.81 0.33
HSL 125.17º 0.8% 0.37% -
HSV(B) 125.17º 0.89% 0.67% -
XYZ 14.9 28.99 6.18 -
YUV 109.12 84.47 63.72 -
System Red Green Blue C M Y K H S L
Decimal 19 170 32 0.89 0 0.81 0.33 125.17 0.8 0.37
Hex 13 AA 20 59 0 51 21 7D 50 25
Octal 23 252 40 131 0 121 41 175 120 45
Binary 10011 10101010 100000 1011001 0 1010001 100001 1111101 1010000 100101

Color Harmonies of #13AA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA20

Black with #13AA20

Text Example


Text Example

White with #13AA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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