Shades of Forest Green #0D8930
Tints of Forest Green #0D8930
RGB
CMYK
RGB Variations
Color information
#0D8930 (or 0x0D8930) is known color: Forest Green. HEX triplet: 0D, 89 and 30. RGB value is (13,137,48). Sum of RGB (Red+Green+Blue) = 13+137+48=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 137 (53.91% from 255 or 69.19% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8930 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8930 is #F276CF. Grayscale: #5A5A5A. Windows color (decimal): -15890128 or 3180813. OLE color: 3180813.
HSL color Cylindrical-coordinate representation of color #0D8930: hue angle of 136.94º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8930 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 48 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.46 |
| HSL | 136.94º | 0.83% | 0.29% | - |
| HSV(B) | 136.94º | 0.91% | 0.54% | - |
| XYZ | 9.65 | 18.19 | 5.8 | - |
| YUV | 89.78 | 104.42 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 48 | 0.91 | 0 | 0.65 | 0.46 | 136.94 | 0.83 | 0.29 |
| Hex | D | 89 | 30 | 5B | 0 | 41 | 2E | 89 | 53 | 1D |
| Octal | 15 | 211 | 60 | 133 | 0 | 101 | 56 | 211 | 123 | 35 |
| Binary | 1101 | 10001001 | 110000 | 1011011 | 0 | 1000001 | 101110 | 10001001 | 1010011 | 11101 |
Color Harmonies of #0D8930
Complementary color
Monochromatic Colors of #0D8930
Black with #0D8930
Text Example
Text Example
White with #0D8930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8930; }
p { color: rgb(13,137,48); }
H1.HeaderClassName
{
color: #0D8930;
}
.AnyTagClassName
{
color: #0D8930;
}
</style>
background-color css
<style>
a { background-color: #0D8930; }
a { background-color: rgb(13,137,48); }
div.DivClassName
{
background-color: #0D8930;
}
.BgClassName
{
background-color: #0D8930;
}
</style>
border-color css
<style>
span { border-color: #0D8930; }
span { border-color: rgb(13,137,48); }
td.TdClassName
{
border-color: #0D8930;
}
.TagClassName
{
border-color: #0D8930;
}
</style>