Html Css Color HEX #13A02C Forest Green

📋 copy color: '#13A02C'

red 19 ◦ green 160 ◦ blue 44

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

Shades of Forest Green #13A02C

Tints of Forest Green #13A02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.73%

R = 8.52%
G = 71.75%
B = 19.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#13A02C (or 0x13A02C) is known color: Forest Green. HEX triplet: 13, A0 and 2C. RGB value is (19,160,44). Sum of RGB (Red+Green+Blue) = 19+160+44=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 160 (62.89% from 255 or 71.75% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 160 - color contains mainly: green. Hex color #13A02C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A02C is #EC5FD3. Grayscale: #686868. Windows color (decimal): -15491028 or 2924563. OLE color: 2924563.

HSL color Cylindrical-coordinate representation of color #13A02C: hue angle of 130.64º 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 #13A02C is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 160 44 -
CMYK 0.88 0 0.72 0.37
HSL 130.64º 0.79% 0.35% -
HSV(B) 130.64º 0.88% 0.63% -
XYZ 13.29 25.46 6.6 -
YUV 104.62 93.79 66.93 -
System Red Green Blue C M Y K H S L
Decimal 19 160 44 0.88 0 0.72 0.37 130.64 0.79 0.35
Hex 13 A0 2C 58 0 48 25 83 4F 23
Octal 23 240 54 130 0 110 45 203 117 43
Binary 10011 10100000 101100 1011000 0 1001000 100101 10000011 1001111 100011

Color Harmonies of #13A02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A02C

Black with #13A02C

Text Example


Text Example

White with #13A02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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