Shades of Forest Green #0D992B
Tints of Forest Green #0D992B
RGB
CMYK
RGB Variations
Color information
#0D992B (or 0x0D992B) is known color: Forest Green. HEX triplet: 0D, 99 and 2B. RGB value is (13,153,43). Sum of RGB (Red+Green+Blue) = 13+153+43=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 153 (60.16% from 255 or 73.21% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 153 - color contains mainly: green. Hex color #0D992B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D992B is #F266D4. Grayscale: #626262. Windows color (decimal): -15886037 or 2857229. OLE color: 2857229.
HSL color Cylindrical-coordinate representation of color #0D992B: hue angle of 132.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D992B is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 153 | 43 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.4 |
| HSL | 132.86º | 0.84% | 0.33% | - |
| HSV(B) | 132.86º | 0.92% | 0.6% | - |
| XYZ | 11.99 | 23.04 | 6.1 | - |
| YUV | 98.6 | 96.62 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 153 | 43 | 0.92 | 0 | 0.72 | 0.4 | 132.86 | 0.84 | 0.33 |
| Hex | D | 99 | 2B | 5C | 0 | 48 | 28 | 85 | 54 | 21 |
| Octal | 15 | 231 | 53 | 134 | 0 | 110 | 50 | 205 | 124 | 41 |
| Binary | 1101 | 10011001 | 101011 | 1011100 | 0 | 1001000 | 101000 | 10000101 | 1010100 | 100001 |
Color Harmonies of #0D992B
Complementary color
Monochromatic Colors of #0D992B
Black with #0D992B
Text Example
Text Example
White with #0D992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D992B; }
p { color: rgb(13,153,43); }
H1.HeaderClassName
{
color: #0D992B;
}
.AnyTagClassName
{
color: #0D992B;
}
</style>
background-color css
<style>
a { background-color: #0D992B; }
a { background-color: rgb(13,153,43); }
div.DivClassName
{
background-color: #0D992B;
}
.BgClassName
{
background-color: #0D992B;
}
</style>
border-color css
<style>
span { border-color: #0D992B; }
span { border-color: rgb(13,153,43); }
td.TdClassName
{
border-color: #0D992B;
}
.TagClassName
{
border-color: #0D992B;
}
</style>