Html Css Color HEX #13731C Forest Green

📋 copy color: '#13731C'

red 19 ◦ green 115 ◦ blue 28

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

Shades of Forest Green #13731C

Tints of Forest Green #13731C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 70.99%

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

R = 11.73%
G = 70.99%
B = 17.28%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#13731C (or 0x13731C) is known color: Forest Green. HEX triplet: 13, 73 and 1C. RGB value is (19,115,28). Sum of RGB (Red+Green+Blue) = 19+115+28=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 115 (45.31% from 255 or 70.99% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 115 - color contains mainly: green. Hex color #13731C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13731C is #EC8CE3. Grayscale: #4C4C4C. Windows color (decimal): -15502564 or 1864467. OLE color: 1864467.

HSL color Cylindrical-coordinate representation of color #13731C: hue angle of 125.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13731C is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 28 -
CMYK 0.83 0 0.76 0.55
HSL 125.63º 0.72% 0.26% -
HSV(B) 125.63º 0.83% 0.45% -
XYZ 6.61 12.48 3.16 -
YUV 76.38 100.7 87.07 -
System Red Green Blue C M Y K H S L
Decimal 19 115 28 0.83 0 0.76 0.55 125.63 0.72 0.26
Hex 13 73 1C 53 0 4C 37 7E 48 1A
Octal 23 163 34 123 0 114 67 176 110 32
Binary 10011 1110011 11100 1010011 0 1001100 110111 1111110 1001000 11010

Color Harmonies of #13731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13731C

Black with #13731C

Text Example


Text Example

White with #13731C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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