#158C0D

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

Shades of Forest Green #158C0D

Tints of Forest Green #158C0D

Color information

#158C0D (or 0x158C0D) is unknown color: approx Forest Green. HEX triplet: 15, 8C and 0D. RGB value is (21,140,13). Sum of RGB (Red+Green+Blue) = 21+140+13=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 140 (55.08% from 255 or 80.46% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 140 - color contains mainly: green. Hex color #158C0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158C0D is #EA73F2. Grayscale: #5A5A5A. Windows color (decimal): -15365107 or 887829. OLE color: 887829.

HSL color Cylindrical-coordinate representation of color #158C0D: hue angle of 116.22º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158C0D is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB2114013-
CMYK0.8500.910.45
HSL116.22º83.01%30%-
HSV(B)116.22º90.71%54.9%-
XYZ9.7618.943.52-
YUV89.9484.5878.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 140 (55.08% from 255) = 80.46%
BLUE value IS 13 (5.47% from 255) = 7.47%
R=12.07%
G=80.46%
B=7.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21140130.8500.910.45116.2283.0130
Hex158CD5505B2D74531e
Octal252141512501335516412336
Binary101011000110011011010101010110111011011110100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158C0D; }

 p { color: rgb(21,140,13); }

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

<style>
 a { background-color: #158C0D; }

 a { background-color: rgb(21,140,13); }

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

<style>
 span { border-color: #158C0D; }

 span { border-color: rgb(21,140,13); }

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