Shades of Forest Green #0D942D
Tints of Forest Green #0D942D
RGB
CMYK
RGB Variations
Color information
#0D942D (or 0x0D942D) is known color: Forest Green. HEX triplet: 0D, 94 and 2D. RGB value is (13,148,45). Sum of RGB (Red+Green+Blue) = 13+148+45=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 148 (58.20% from 255 or 71.84% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 148 - color contains mainly: green. Hex color #0D942D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D942D is #F26BD2. Grayscale: #606060. Windows color (decimal): -15887315 or 2987021. OLE color: 2987021.
HSL color Cylindrical-coordinate representation of color #0D942D: hue angle of 134.22º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D942D is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 45 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.42 |
| HSL | 134.22º | 0.84% | 0.32% | - |
| HSV(B) | 134.22º | 0.91% | 0.58% | - |
| XYZ | 11.23 | 21.45 | 6.03 | - |
| YUV | 95.89 | 99.27 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 45 | 0.91 | 0 | 0.70 | 0.42 | 134.22 | 0.84 | 0.32 |
| Hex | D | 94 | 2D | 5B | 0 | 46 | 2A | 86 | 54 | 20 |
| Octal | 15 | 224 | 55 | 133 | 0 | 106 | 52 | 206 | 124 | 40 |
| Binary | 1101 | 10010100 | 101101 | 1011011 | 0 | 1000110 | 101010 | 10000110 | 1010100 | 100000 |
Color Harmonies of #0D942D
Complementary color
Monochromatic Colors of #0D942D
Black with #0D942D
Text Example
Text Example
White with #0D942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D942D; }
p { color: rgb(13,148,45); }
H1.HeaderClassName
{
color: #0D942D;
}
.AnyTagClassName
{
color: #0D942D;
}
</style>
background-color css
<style>
a { background-color: #0D942D; }
a { background-color: rgb(13,148,45); }
div.DivClassName
{
background-color: #0D942D;
}
.BgClassName
{
background-color: #0D942D;
}
</style>
border-color css
<style>
span { border-color: #0D942D; }
span { border-color: rgb(13,148,45); }
td.TdClassName
{
border-color: #0D942D;
}
.TagClassName
{
border-color: #0D942D;
}
</style>