Shades of Forest Green #0D8D28
Tints of Forest Green #0D8D28
RGB
CMYK
RGB Variations
Color information
#0D8D28 (or 0x0D8D28) is known color: Forest Green. HEX triplet: 0D, 8D and 28. RGB value is (13,141,40). Sum of RGB (Red+Green+Blue) = 13+141+40=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 141 (55.47% from 255 or 72.68% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 141 - color contains mainly: green. Hex color #0D8D28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8D28 is #F272D7. Grayscale: #5B5B5B. Windows color (decimal): -15889112 or 2657549. OLE color: 2657549.
HSL color Cylindrical-coordinate representation of color #0D8D28: hue angle of 132.66º 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 #0D8D28 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 141 | 40 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.45 |
| HSL | 132.66º | 0.83% | 0.3% | - |
| HSV(B) | 132.66º | 0.91% | 0.55% | - |
| XYZ | 10.07 | 19.29 | 5.2 | - |
| YUV | 91.21 | 99.09 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 141 | 40 | 0.91 | 0 | 0.72 | 0.45 | 132.66 | 0.83 | 0.3 |
| Hex | D | 8D | 28 | 5B | 0 | 48 | 2D | 85 | 53 | 1E |
| Octal | 15 | 215 | 50 | 133 | 0 | 110 | 55 | 205 | 123 | 36 |
| Binary | 1101 | 10001101 | 101000 | 1011011 | 0 | 1001000 | 101101 | 10000101 | 1010011 | 11110 |
Color Harmonies of #0D8D28
Complementary color
Monochromatic Colors of #0D8D28
Black with #0D8D28
Text Example
Text Example
White with #0D8D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8D28; }
p { color: rgb(13,141,40); }
H1.HeaderClassName
{
color: #0D8D28;
}
.AnyTagClassName
{
color: #0D8D28;
}
</style>
background-color css
<style>
a { background-color: #0D8D28; }
a { background-color: rgb(13,141,40); }
div.DivClassName
{
background-color: #0D8D28;
}
.BgClassName
{
background-color: #0D8D28;
}
</style>
border-color css
<style>
span { border-color: #0D8D28; }
span { border-color: rgb(13,141,40); }
td.TdClassName
{
border-color: #0D8D28;
}
.TagClassName
{
border-color: #0D8D28;
}
</style>