Shades of Forest Green #0D8B1C
Tints of Forest Green #0D8B1C
RGB
CMYK
RGB Variations
Color information
#0D8B1C (or 0x0D8B1C) is known color: Forest Green. HEX triplet: 0D, 8B and 1C. RGB value is (13,139,28). Sum of RGB (Red+Green+Blue) = 13+139+28=180 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.22% from 180); Green value is 139 (54.69% from 255 or 77.22% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 139 - color contains mainly: green. Hex color #0D8B1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8B1C is #F274E3. Grayscale: #585858. Windows color (decimal): -15889636 or 1870605. OLE color: 1870605.
HSL color Cylindrical-coordinate representation of color #0D8B1C: hue angle of 127.14º 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 #0D8B1C is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 139 | 28 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.45 |
| HSL | 127.14º | 0.83% | 0.3% | - |
| HSV(B) | 127.14º | 0.91% | 0.55% | - |
| XYZ | 9.61 | 18.63 | 4.19 | - |
| YUV | 88.67 | 93.76 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 139 | 28 | 0.91 | 0 | 0.80 | 0.45 | 127.14 | 0.83 | 0.3 |
| Hex | D | 8B | 1C | 5B | 0 | 50 | 2D | 7F | 53 | 1E |
| Octal | 15 | 213 | 34 | 133 | 0 | 120 | 55 | 177 | 123 | 36 |
| Binary | 1101 | 10001011 | 11100 | 1011011 | 0 | 1010000 | 101101 | 1111111 | 1010011 | 11110 |
Color Harmonies of #0D8B1C
Complementary color
Monochromatic Colors of #0D8B1C
Black with #0D8B1C
Text Example
Text Example
White with #0D8B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8B1C; }
p { color: rgb(13,139,28); }
H1.HeaderClassName
{
color: #0D8B1C;
}
.AnyTagClassName
{
color: #0D8B1C;
}
</style>
background-color css
<style>
a { background-color: #0D8B1C; }
a { background-color: rgb(13,139,28); }
div.DivClassName
{
background-color: #0D8B1C;
}
.BgClassName
{
background-color: #0D8B1C;
}
</style>
border-color css
<style>
span { border-color: #0D8B1C; }
span { border-color: rgb(13,139,28); }
td.TdClassName
{
border-color: #0D8B1C;
}
.TagClassName
{
border-color: #0D8B1C;
}
</style>