Shades of Forest Green #0D771B
Tints of Forest Green #0D771B
RGB
CMYK
RGB Variations
Color information
#0D771B (or 0x0D771B) is known color: Forest Green. HEX triplet: 0D, 77 and 1B. RGB value is (13,119,27). Sum of RGB (Red+Green+Blue) = 13+119+27=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 119 (46.88% from 255 or 74.84% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 119 - color contains mainly: green. Hex color #0D771B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D771B is #F288E4. Grayscale: #4D4D4D. Windows color (decimal): -15894757 or 1799949. OLE color: 1799949.
HSL color Cylindrical-coordinate representation of color #0D771B: hue angle of 127.92º degrees, saturation: 0.8, 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 #0D771B is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 119 | 27 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.53 |
| HSL | 127.92º | 0.8% | 0.26% | - |
| HSV(B) | 127.92º | 0.89% | 0.47% | - |
| XYZ | 6.96 | 13.36 | 3.25 | - |
| YUV | 76.82 | 99.88 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 27 | 0.89 | 0 | 0.77 | 0.53 | 127.92 | 0.8 | 0.26 |
| Hex | D | 77 | 1B | 59 | 0 | 4D | 35 | 80 | 50 | 1A |
| Octal | 15 | 167 | 33 | 131 | 0 | 115 | 65 | 200 | 120 | 32 |
| Binary | 1101 | 1110111 | 11011 | 1011001 | 0 | 1001101 | 110101 | 10000000 | 1010000 | 11010 |
Color Harmonies of #0D771B
Complementary color
Monochromatic Colors of #0D771B
Black with #0D771B
Text Example
Text Example
White with #0D771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D771B; }
p { color: rgb(13,119,27); }
H1.HeaderClassName
{
color: #0D771B;
}
.AnyTagClassName
{
color: #0D771B;
}
</style>
background-color css
<style>
a { background-color: #0D771B; }
a { background-color: rgb(13,119,27); }
div.DivClassName
{
background-color: #0D771B;
}
.BgClassName
{
background-color: #0D771B;
}
</style>
border-color css
<style>
span { border-color: #0D771B; }
span { border-color: rgb(13,119,27); }
td.TdClassName
{
border-color: #0D771B;
}
.TagClassName
{
border-color: #0D771B;
}
</style>