Shades of Forest Green #0D8E23
Tints of Forest Green #0D8E23
RGB
CMYK
RGB Variations
Color information
#0D8E23 (or 0x0D8E23) is known color: Forest Green. HEX triplet: 0D, 8E and 23. RGB value is (13,142,35). Sum of RGB (Red+Green+Blue) = 13+142+35=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 142 (55.86% from 255 or 74.74% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 142 - color contains mainly: green. Hex color #0D8E23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8E23 is #F271DC. Grayscale: #5B5B5B. Windows color (decimal): -15888861 or 2330125. OLE color: 2330125.
HSL color Cylindrical-coordinate representation of color #0D8E23: hue angle of 130.23º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8E23 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 142 | 35 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.44 |
| HSL | 130.23º | 0.83% | 0.3% | - |
| HSV(B) | 130.23º | 0.91% | 0.56% | - |
| XYZ | 10.14 | 19.55 | 4.83 | - |
| YUV | 91.23 | 96.26 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 142 | 35 | 0.91 | 0 | 0.75 | 0.44 | 130.23 | 0.83 | 0.3 |
| Hex | D | 8E | 23 | 5B | 0 | 4B | 2C | 82 | 53 | 1E |
| Octal | 15 | 216 | 43 | 133 | 0 | 113 | 54 | 202 | 123 | 36 |
| Binary | 1101 | 10001110 | 100011 | 1011011 | 0 | 1001011 | 101100 | 10000010 | 1010011 | 11110 |
Color Harmonies of #0D8E23
Complementary color
Monochromatic Colors of #0D8E23
Black with #0D8E23
Text Example
Text Example
White with #0D8E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8E23; }
p { color: rgb(13,142,35); }
H1.HeaderClassName
{
color: #0D8E23;
}
.AnyTagClassName
{
color: #0D8E23;
}
</style>
background-color css
<style>
a { background-color: #0D8E23; }
a { background-color: rgb(13,142,35); }
div.DivClassName
{
background-color: #0D8E23;
}
.BgClassName
{
background-color: #0D8E23;
}
</style>
border-color css
<style>
span { border-color: #0D8E23; }
span { border-color: rgb(13,142,35); }
td.TdClassName
{
border-color: #0D8E23;
}
.TagClassName
{
border-color: #0D8E23;
}
</style>