#13861C

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

Shades of Forest Green #13861C

Tints of Forest Green #13861C

Color information

#13861C (or 0x13861C) is unknown color: approx Forest Green. HEX triplet: 13, 86 and 1C. RGB value is (19,134,28). Sum of RGB (Red+Green+Blue) = 19+134+28=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 134 (52.73% from 255 or 74.03% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 134 - color contains mainly: green. Hex color #13861C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13861C is #EC79E3. Grayscale: #575757. Windows color (decimal): -15497700 or 1869331. OLE color: 1869331.

HSL color Cylindrical-coordinate representation of color #13861C: hue angle of 124.7º 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 #13861C is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1913428-
CMYK0.8600.790.47
HSL124.7º75.16%30%-
HSV(B)124.7º85.82%52.55%-
XYZ917.273.96-
YUV87.5394.479.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.50%
GREEN value IS 134 (52.73% from 255) = 74.03%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=10.50%
G=74.03%
B=15.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19134280.8600.790.47124.775.1630
Hex13861C5604F2F7d4b1e
Octal232063412601175717511336
Binary1001110000110111001010110010011111011111111101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13861C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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