#13861D

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

Shades of Forest Green #13861D

Tints of Forest Green #13861D

Color information

#13861D (or 0x13861D) is unknown color: approx Forest Green. HEX triplet: 13, 86 and 1D. RGB value is (19,134,29). Sum of RGB (Red+Green+Blue) = 19+134+29=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 134 (52.73% from 255 or 73.63% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 134 - color contains mainly: green. Hex color #13861D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13861D is #EC79E2. Grayscale: #575757. Windows color (decimal): -15497699 or 1934867. OLE color: 1934867.

HSL color Cylindrical-coordinate representation of color #13861D: hue angle of 125.22º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13861D is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1913429-
CMYK0.8600.780.47
HSL125.22º75.16%30%-
HSV(B)125.22º85.82%52.55%-
XYZ9.0217.284.02-
YUV87.6494.979.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 134 (52.73% from 255) = 73.63%
BLUE value IS 29 (11.72% from 255) = 15.93%
R=10.44%
G=73.63%
B=15.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19134290.8600.780.47125.2275.1630
Hex13861D5604E2F7d4b1e
Octal232063512601165717511336
Binary1001110000110111011010110010011101011111111101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13861D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13861D; }

 p { color: rgb(19,134,29); }

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

<style>
 a { background-color: #13861D; }

 a { background-color: rgb(19,134,29); }

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

<style>
 span { border-color: #13861D; }

 span { border-color: rgb(19,134,29); }

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