Html Css Color HEX #13701A Forest Green

📋 copy color: '#13701A'

red 19 ◦ green 112 ◦ blue 26

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

Shades of Forest Green #13701A

Tints of Forest Green #13701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 71.34%

 BLUE value IS 26 (10.55% from 255) = 16.56%

R = 12.1%
G = 71.34%
B = 16.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#13701A (or 0x13701A) is known color: Forest Green. HEX triplet: 13, 70 and 1A. RGB value is (19,112,26). Sum of RGB (Red+Green+Blue) = 19+112+26=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #13701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13701A is #EC8FE5. Grayscale: #4A4A4A. Windows color (decimal): -15503334 or 1732627. OLE color: 1732627.

HSL color Cylindrical-coordinate representation of color #13701A: hue angle of 124.52º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13701A is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 26 -
CMYK 0.83 0 0.77 0.56
HSL 124.52º 0.71% 0.26% -
HSV(B) 124.52º 0.83% 0.44% -
XYZ 6.25 11.8 2.93 -
YUV 74.39 100.69 88.49 -
System Red Green Blue C M Y K H S L
Decimal 19 112 26 0.83 0 0.77 0.56 124.52 0.71 0.26
Hex 13 70 1A 53 0 4D 38 7D 47 1A
Octal 23 160 32 123 0 115 70 175 107 32
Binary 10011 1110000 11010 1010011 0 1001101 111000 1111101 1000111 11010

Color Harmonies of #13701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13701A

Black with #13701A

Text Example


Text Example

White with #13701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13701A; }

 p { color: rgb(19,112,26); }

 H1.HeaderClassName
 {
   color: #13701A;
 }
 .AnyTagClassName
 {
   color: #13701A;
 }
</style>

background-color css

<style>
 a { background-color: #13701A; }

 a { background-color: rgb(19,112,26); }

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

border-color css

<style>
 span { border-color: #13701A; }

 span { border-color: rgb(19,112,26); }

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