Shades of Forest Green #0D932D
Tints of Forest Green #0D932D
RGB
CMYK
RGB Variations
Color information
#0D932D (or 0x0D932D) is known color: Forest Green. HEX triplet: 0D, 93 and 2D. RGB value is (13,147,45). Sum of RGB (Red+Green+Blue) = 13+147+45=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 147 (57.81% from 255 or 71.71% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 147 - color contains mainly: green. Hex color #0D932D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D932D is #F26CD2. Grayscale: #5F5F5F. Windows color (decimal): -15887571 or 2986765. OLE color: 2986765.
HSL color Cylindrical-coordinate representation of color #0D932D: hue angle of 134.33º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D932D is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 45 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.42 |
| HSL | 134.33º | 0.84% | 0.31% | - |
| HSV(B) | 134.33º | 0.91% | 0.58% | - |
| XYZ | 11.07 | 21.14 | 5.98 | - |
| YUV | 95.31 | 99.61 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 45 | 0.91 | 0 | 0.69 | 0.42 | 134.33 | 0.84 | 0.31 |
| Hex | D | 93 | 2D | 5B | 0 | 45 | 2A | 86 | 54 | 1F |
| Octal | 15 | 223 | 55 | 133 | 0 | 105 | 52 | 206 | 124 | 37 |
| Binary | 1101 | 10010011 | 101101 | 1011011 | 0 | 1000101 | 101010 | 10000110 | 1010100 | 11111 |
Color Harmonies of #0D932D
Complementary color
Monochromatic Colors of #0D932D
Black with #0D932D
Text Example
Text Example
White with #0D932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D932D; }
p { color: rgb(13,147,45); }
H1.HeaderClassName
{
color: #0D932D;
}
.AnyTagClassName
{
color: #0D932D;
}
</style>
background-color css
<style>
a { background-color: #0D932D; }
a { background-color: rgb(13,147,45); }
div.DivClassName
{
background-color: #0D932D;
}
.BgClassName
{
background-color: #0D932D;
}
</style>
border-color css
<style>
span { border-color: #0D932D; }
span { border-color: rgb(13,147,45); }
td.TdClassName
{
border-color: #0D932D;
}
.TagClassName
{
border-color: #0D932D;
}
</style>