Shades of Forest Green #0D7C25
Tints of Forest Green #0D7C25
RGB
CMYK
RGB Variations
Color information
#0D7C25 (or 0x0D7C25) is known color: Forest Green. HEX triplet: 0D, 7C and 25. RGB value is (13,124,37). Sum of RGB (Red+Green+Blue) = 13+124+37=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 124 (48.83% from 255 or 71.26% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7C25 is #F283DA. Grayscale: #515151. Windows color (decimal): -15893467 or 2456589. OLE color: 2456589.
HSL color Cylindrical-coordinate representation of color #0D7C25: hue angle of 132.97º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7C25 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 124 | 37 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.51 |
| HSL | 132.97º | 0.81% | 0.27% | - |
| HSV(B) | 132.97º | 0.9% | 0.49% | - |
| XYZ | 7.71 | 14.63 | 4.17 | - |
| YUV | 80.89 | 103.23 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 124 | 37 | 0.90 | 0 | 0.70 | 0.51 | 132.97 | 0.81 | 0.27 |
| Hex | D | 7C | 25 | 5A | 0 | 46 | 33 | 85 | 51 | 1B |
| Octal | 15 | 174 | 45 | 132 | 0 | 106 | 63 | 205 | 121 | 33 |
| Binary | 1101 | 1111100 | 100101 | 1011010 | 0 | 1000110 | 110011 | 10000101 | 1010001 | 11011 |
Color Harmonies of #0D7C25
Complementary color
Monochromatic Colors of #0D7C25
Black with #0D7C25
Text Example
Text Example
White with #0D7C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7C25; }
p { color: rgb(13,124,37); }
H1.HeaderClassName
{
color: #0D7C25;
}
.AnyTagClassName
{
color: #0D7C25;
}
</style>
background-color css
<style>
a { background-color: #0D7C25; }
a { background-color: rgb(13,124,37); }
div.DivClassName
{
background-color: #0D7C25;
}
.BgClassName
{
background-color: #0D7C25;
}
</style>
border-color css
<style>
span { border-color: #0D7C25; }
span { border-color: rgb(13,124,37); }
td.TdClassName
{
border-color: #0D7C25;
}
.TagClassName
{
border-color: #0D7C25;
}
</style>