#13721C

Color #13721C Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #13721C

Tints of Forest Green #13721C

Color information

#13721C (or 0x13721C) is unknown color: approx Forest Green. HEX triplet: 13, 72 and 1C. RGB value is (19,114,28). Sum of RGB (Red+Green+Blue) = 19+114+28=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 114 (44.92% from 255 or 70.81% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 114 - color contains mainly: green. Hex color #13721C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13721C is #EC8DE3. Grayscale: #4C4C4C. Windows color (decimal): -15502820 or 1864211. OLE color: 1864211.

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

Color convert

RGB1911428-
CMYK0.8300.750.55
HSL125.68º71.43%26.08%-
HSV(B)125.68º83.33%44.71%-
XYZ6.512.263.12-
YUV75.79101.0387.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 114 (44.92% from 255) = 70.81%
BLUE value IS 28 (11.33% from 255) = 17.39%
R=11.80%
G=70.81%
B=17.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114280.8300.750.55125.6871.4326.08
Hex13721C5304B377e471a
Octal231623412301136717610732
Binary100111110010111001010011010010111101111111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13721C;
 }
 .AnyTagClassName
 {
   color: #13721C;
 }
</style>
background-color css

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

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

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

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

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

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