Shades of Forest Green #0D9C2D
Tints of Forest Green #0D9C2D
RGB
CMYK
RGB Variations
Color information
#0D9C2D (or 0x0D9C2D) is known color: Forest Green. HEX triplet: 0D, 9C and 2D. RGB value is (13,156,45). Sum of RGB (Red+Green+Blue) = 13+156+45=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 156 (61.33% from 255 or 72.90% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 156 - color contains mainly: green. Hex color #0D9C2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9C2D is #F263D2. Grayscale: #646464. Windows color (decimal): -15885267 or 2989069. OLE color: 2989069.
HSL color Cylindrical-coordinate representation of color #0D9C2D: hue angle of 133.43º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9C2D is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 156 | 45 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.39 |
| HSL | 133.43º | 0.85% | 0.33% | - |
| HSV(B) | 133.43º | 0.92% | 0.61% | - |
| XYZ | 12.53 | 24.05 | 6.46 | - |
| YUV | 100.59 | 96.62 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 156 | 45 | 0.92 | 0 | 0.71 | 0.39 | 133.43 | 0.85 | 0.33 |
| Hex | D | 9C | 2D | 5C | 0 | 47 | 27 | 85 | 55 | 21 |
| Octal | 15 | 234 | 55 | 134 | 0 | 107 | 47 | 205 | 125 | 41 |
| Binary | 1101 | 10011100 | 101101 | 1011100 | 0 | 1000111 | 100111 | 10000101 | 1010101 | 100001 |
Color Harmonies of #0D9C2D
Complementary color
Monochromatic Colors of #0D9C2D
Black with #0D9C2D
Text Example
Text Example
White with #0D9C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9C2D; }
p { color: rgb(13,156,45); }
H1.HeaderClassName
{
color: #0D9C2D;
}
.AnyTagClassName
{
color: #0D9C2D;
}
</style>
background-color css
<style>
a { background-color: #0D9C2D; }
a { background-color: rgb(13,156,45); }
div.DivClassName
{
background-color: #0D9C2D;
}
.BgClassName
{
background-color: #0D9C2D;
}
</style>
border-color css
<style>
span { border-color: #0D9C2D; }
span { border-color: rgb(13,156,45); }
td.TdClassName
{
border-color: #0D9C2D;
}
.TagClassName
{
border-color: #0D9C2D;
}
</style>