Html Css Color HEX #13A320 Forest Green

📋 copy color: '#13A320'

red 19 ◦ green 163 ◦ blue 32

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

Shades of Forest Green #13A320

Tints of Forest Green #13A320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 76.17%

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

R = 8.88%
G = 76.17%
B = 14.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#13A320 (or 0x13A320) is known color: Forest Green. HEX triplet: 13, A3 and 20. RGB value is (19,163,32). Sum of RGB (Red+Green+Blue) = 19+163+32=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 163 (64.06% from 255 or 76.17% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 163 - color contains mainly: green. Hex color #13A320 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A320 is #EC5CDF. Grayscale: #696969. Windows color (decimal): -15490272 or 2138899. OLE color: 2138899.

HSL color Cylindrical-coordinate representation of color #13A320: hue angle of 125.42º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A320 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 163 32 -
CMYK 0.88 0 0.80 0.36
HSL 125.42º 0.79% 0.36% -
HSV(B) 125.42º 0.88% 0.64% -
XYZ 13.63 26.44 5.75 -
YUV 105.01 86.79 66.65 -
System Red Green Blue C M Y K H S L
Decimal 19 163 32 0.88 0 0.80 0.36 125.42 0.79 0.36
Hex 13 A3 20 58 0 50 24 7D 4F 24
Octal 23 243 40 130 0 120 44 175 117 44
Binary 10011 10100011 100000 1011000 0 1010000 100100 1111101 1001111 100100

Color Harmonies of #13A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A320

Black with #13A320

Text Example


Text Example

White with #13A320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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