Shades of Green #0D5F0E
Tints of Green #0D5F0E
RGB
CMYK
RGB Variations
Color information
#0D5F0E (or 0x0D5F0E) is known color: Green. HEX triplet: 0D, 5F and 0E. RGB value is (13,95,14). Sum of RGB (Red+Green+Blue) = 13+95+14=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 95 (37.5% from 255 or 77.87% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 95 - color contains mainly: green. Hex color #0D5F0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5F0E is #F2A0F1. Grayscale: #3D3D3D. Windows color (decimal): -15900914 or 941837. OLE color: 941837.
HSL color Cylindrical-coordinate representation of color #0D5F0E: hue angle of 120.73º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5F0E is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 13 | 95 | 14 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.63 |
| HSL | 120.73º | 0.76% | 0.21% | - |
| HSV(B) | 120.73º | 0.86% | 0.37% | - |
| XYZ | 4.34 | 8.3 | 1.79 | - |
| YUV | 61.25 | 101.33 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 95 | 14 | 0.86 | 0 | 0.85 | 0.63 | 120.73 | 0.76 | 0.21 |
| Hex | D | 5F | E | 56 | 0 | 55 | 3F | 79 | 4C | 15 |
| Octal | 15 | 137 | 16 | 126 | 0 | 125 | 77 | 171 | 114 | 25 |
| Binary | 1101 | 1011111 | 1110 | 1010110 | 0 | 1010101 | 111111 | 1111001 | 1001100 | 10101 |
Color Harmonies of #0D5F0E
Complementary color
Monochromatic Colors of #0D5F0E
Black with #0D5F0E
Text Example
Text Example
White with #0D5F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5F0E; }
p { color: rgb(13,95,14); }
H1.HeaderClassName
{
color: #0D5F0E;
}
.AnyTagClassName
{
color: #0D5F0E;
}
</style>
background-color css
<style>
a { background-color: #0D5F0E; }
a { background-color: rgb(13,95,14); }
div.DivClassName
{
background-color: #0D5F0E;
}
.BgClassName
{
background-color: #0D5F0E;
}
</style>
border-color css
<style>
span { border-color: #0D5F0E; }
span { border-color: rgb(13,95,14); }
td.TdClassName
{
border-color: #0D5F0E;
}
.TagClassName
{
border-color: #0D5F0E;
}
</style>