Html Css Color HEX #13A02A Forest Green

📋 copy color: '#13A02A'

red 19 ◦ green 160 ◦ blue 42

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

Shades of Forest Green #13A02A

Tints of Forest Green #13A02A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 72.4%

 BLUE value IS 42 (16.8% from 255) = 19%

R = 8.6%
G = 72.4%
B = 19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#13A02A (or 0x13A02A) is known color: Forest Green. HEX triplet: 13, A0 and 2A. RGB value is (19,160,42). Sum of RGB (Red+Green+Blue) = 19+160+42=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 160 (62.89% from 255 or 72.40% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 160 - color contains mainly: green. Hex color #13A02A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A02A is #EC5FD5. Grayscale: #686868. Windows color (decimal): -15491030 or 2793491. OLE color: 2793491.

HSL color Cylindrical-coordinate representation of color #13A02A: hue angle of 129.79º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A02A is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 160 42 -
CMYK 0.88 0 0.74 0.37
HSL 129.79º 0.79% 0.35% -
HSV(B) 129.79º 0.88% 0.63% -
XYZ 13.26 25.45 6.4 -
YUV 104.39 92.79 67.09 -
System Red Green Blue C M Y K H S L
Decimal 19 160 42 0.88 0 0.74 0.37 129.79 0.79 0.35
Hex 13 A0 2A 58 0 4A 25 82 4F 23
Octal 23 240 52 130 0 112 45 202 117 43
Binary 10011 10100000 101010 1011000 0 1001010 100101 10000010 1001111 100011

Color Harmonies of #13A02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A02A

Black with #13A02A

Text Example


Text Example

White with #13A02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,160,42); }

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

background-color css

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

 a { background-color: rgb(19,160,42); }

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

border-color css

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

 span { border-color: rgb(19,160,42); }

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