Shades of Forest Green #0D942C
Tints of Forest Green #0D942C
RGB
CMYK
RGB Variations
Color information
#0D942C (or 0x0D942C) is known color: Forest Green. HEX triplet: 0D, 94 and 2C. RGB value is (13,148,44). Sum of RGB (Red+Green+Blue) = 13+148+44=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 148 (58.20% from 255 or 72.20% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 148 - color contains mainly: green. Hex color #0D942C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D942C is #F26BD3. Grayscale: #606060. Windows color (decimal): -15887316 or 2921485. OLE color: 2921485.
HSL color Cylindrical-coordinate representation of color #0D942C: hue angle of 133.78º 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 #0D942C is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 44 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.42 |
| HSL | 133.78º | 0.84% | 0.32% | - |
| HSV(B) | 133.78º | 0.91% | 0.58% | - |
| XYZ | 11.21 | 21.45 | 5.93 | - |
| YUV | 95.78 | 98.77 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 44 | 0.91 | 0 | 0.70 | 0.42 | 133.78 | 0.84 | 0.32 |
| Hex | D | 94 | 2C | 5B | 0 | 46 | 2A | 86 | 54 | 20 |
| Octal | 15 | 224 | 54 | 133 | 0 | 106 | 52 | 206 | 124 | 40 |
| Binary | 1101 | 10010100 | 101100 | 1011011 | 0 | 1000110 | 101010 | 10000110 | 1010100 | 100000 |
Color Harmonies of #0D942C
Complementary color
Monochromatic Colors of #0D942C
Black with #0D942C
Text Example
Text Example
White with #0D942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D942C; }
p { color: rgb(13,148,44); }
H1.HeaderClassName
{
color: #0D942C;
}
.AnyTagClassName
{
color: #0D942C;
}
</style>
background-color css
<style>
a { background-color: #0D942C; }
a { background-color: rgb(13,148,44); }
div.DivClassName
{
background-color: #0D942C;
}
.BgClassName
{
background-color: #0D942C;
}
</style>
border-color css
<style>
span { border-color: #0D942C; }
span { border-color: rgb(13,148,44); }
td.TdClassName
{
border-color: #0D942C;
}
.TagClassName
{
border-color: #0D942C;
}
</style>