Shades of Forest Green #0D791C
Tints of Forest Green #0D791C
RGB
CMYK
RGB Variations
Color information
#0D791C (or 0x0D791C) is known color: Forest Green. HEX triplet: 0D, 79 and 1C. RGB value is (13,121,28). Sum of RGB (Red+Green+Blue) = 13+121+28=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 121 (47.66% from 255 or 74.69% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 121 - color contains mainly: green. Hex color #0D791C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D791C is #F286E3. Grayscale: #4E4E4E. Windows color (decimal): -15894244 or 1865997. OLE color: 1865997.
HSL color Cylindrical-coordinate representation of color #0D791C: hue angle of 128.33º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D791C is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 121 | 28 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.53 |
| HSL | 128.33º | 0.81% | 0.26% | - |
| HSV(B) | 128.33º | 0.89% | 0.47% | - |
| XYZ | 7.21 | 13.84 | 3.39 | - |
| YUV | 78.11 | 99.72 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 121 | 28 | 0.89 | 0 | 0.77 | 0.53 | 128.33 | 0.81 | 0.26 |
| Hex | D | 79 | 1C | 59 | 0 | 4D | 35 | 80 | 51 | 1A |
| Octal | 15 | 171 | 34 | 131 | 0 | 115 | 65 | 200 | 121 | 32 |
| Binary | 1101 | 1111001 | 11100 | 1011001 | 0 | 1001101 | 110101 | 10000000 | 1010001 | 11010 |
Color Harmonies of #0D791C
Complementary color
Monochromatic Colors of #0D791C
Black with #0D791C
Text Example
Text Example
White with #0D791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D791C; }
p { color: rgb(13,121,28); }
H1.HeaderClassName
{
color: #0D791C;
}
.AnyTagClassName
{
color: #0D791C;
}
</style>
background-color css
<style>
a { background-color: #0D791C; }
a { background-color: rgb(13,121,28); }
div.DivClassName
{
background-color: #0D791C;
}
.BgClassName
{
background-color: #0D791C;
}
</style>
border-color css
<style>
span { border-color: #0D791C; }
span { border-color: rgb(13,121,28); }
td.TdClassName
{
border-color: #0D791C;
}
.TagClassName
{
border-color: #0D791C;
}
</style>