Shades of Forest Green #0D941C
Tints of Forest Green #0D941C
RGB
CMYK
RGB Variations
Color information
#0D941C (or 0x0D941C) is known color: Forest Green. HEX triplet: 0D, 94 and 1C. RGB value is (13,148,28). Sum of RGB (Red+Green+Blue) = 13+148+28=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 148 (58.20% from 255 or 78.31% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 148 - color contains mainly: green. Hex color #0D941C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D941C is #F26BE3. Grayscale: #5E5E5E. Windows color (decimal): -15887332 or 1872909. OLE color: 1872909.
HSL color Cylindrical-coordinate representation of color #0D941C: hue angle of 126.67º 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 #0D941C is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 28 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.42 |
| HSL | 126.67º | 0.84% | 0.32% | - |
| HSV(B) | 126.67º | 0.91% | 0.58% | - |
| XYZ | 10.97 | 21.35 | 4.64 | - |
| YUV | 93.96 | 90.77 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 28 | 0.91 | 0 | 0.81 | 0.42 | 126.67 | 0.84 | 0.32 |
| Hex | D | 94 | 1C | 5B | 0 | 51 | 2A | 7F | 54 | 20 |
| Octal | 15 | 224 | 34 | 133 | 0 | 121 | 52 | 177 | 124 | 40 |
| Binary | 1101 | 10010100 | 11100 | 1011011 | 0 | 1010001 | 101010 | 1111111 | 1010100 | 100000 |
Color Harmonies of #0D941C
Complementary color
Monochromatic Colors of #0D941C
Black with #0D941C
Text Example
Text Example
White with #0D941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D941C; }
p { color: rgb(13,148,28); }
H1.HeaderClassName
{
color: #0D941C;
}
.AnyTagClassName
{
color: #0D941C;
}
</style>
background-color css
<style>
a { background-color: #0D941C; }
a { background-color: rgb(13,148,28); }
div.DivClassName
{
background-color: #0D941C;
}
.BgClassName
{
background-color: #0D941C;
}
</style>
border-color css
<style>
span { border-color: #0D941C; }
span { border-color: rgb(13,148,28); }
td.TdClassName
{
border-color: #0D941C;
}
.TagClassName
{
border-color: #0D941C;
}
</style>