Html Css Color HEX #13701C Forest Green

📋 copy color: '#13701C'

red 19 ◦ green 112 ◦ blue 28

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

Shades of Forest Green #13701C

Tints of Forest Green #13701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 11.95%
G = 70.44%
B = 17.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#13701C (or 0x13701C) is known color: Forest Green. HEX triplet: 13, 70 and 1C. RGB value is (19,112,28). Sum of RGB (Red+Green+Blue) = 19+112+28=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 112 (44.14% from 255 or 70.44% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 112 - color contains mainly: green. Hex color #13701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13701C is #EC8FE3. Grayscale: #4A4A4A. Windows color (decimal): -15503332 or 1863699. OLE color: 1863699.

HSL color Cylindrical-coordinate representation of color #13701C: hue angle of 125.81º 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 #13701C is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 28 -
CMYK 0.83 0 0.75 0.56
HSL 125.81º 0.71% 0.26% -
HSV(B) 125.81º 0.83% 0.44% -
XYZ 6.27 11.81 3.05 -
YUV 74.62 101.69 88.33 -
System Red Green Blue C M Y K H S L
Decimal 19 112 28 0.83 0 0.75 0.56 125.81 0.71 0.26
Hex 13 70 1C 53 0 4B 38 7E 47 1A
Octal 23 160 34 123 0 113 70 176 107 32
Binary 10011 1110000 11100 1010011 0 1001011 111000 1111110 1000111 11010

Color Harmonies of #13701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13701C

Black with #13701C

Text Example


Text Example

White with #13701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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