Shades of Green #0D7001
Tints of Green #0D7001
RGB
CMYK
RGB Variations
Color information
#0D7001 (or 0x0D7001) is known color: Green. HEX triplet: 0D, 70 and 01. RGB value is (13,112,1). Sum of RGB (Red+Green+Blue) = 13+112+1=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 112 (44.14% from 255 or 88.89% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7001 is #F28FFE. Grayscale: #464646. Windows color (decimal): -15896575 or 94221. OLE color: 94221.
HSL color Cylindrical-coordinate representation of color #0D7001: hue angle of 113.51º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D7001 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 112 | 1 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.56 |
| HSL | 113.51º | 0.98% | 0.22% | - |
| HSV(B) | 113.51º | 0.99% | 0.44% | - |
| XYZ | 5.97 | 11.68 | 1.97 | - |
| YUV | 69.75 | 89.2 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 1 | 0.88 | 0 | 0.99 | 0.56 | 113.51 | 0.98 | 0.22 |
| Hex | D | 70 | 1 | 58 | 0 | 63 | 38 | 72 | 62 | 16 |
| Octal | 15 | 160 | 1 | 130 | 0 | 143 | 70 | 162 | 142 | 26 |
| Binary | 1101 | 1110000 | 1 | 1011000 | 0 | 1100011 | 111000 | 1110010 | 1100010 | 10110 |
Color Harmonies of #0D7001
Complementary color
Monochromatic Colors of #0D7001
Black with #0D7001
Text Example
Text Example
White with #0D7001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7001; }
p { color: rgb(13,112,1); }
H1.HeaderClassName
{
color: #0D7001;
}
.AnyTagClassName
{
color: #0D7001;
}
</style>
background-color css
<style>
a { background-color: #0D7001; }
a { background-color: rgb(13,112,1); }
div.DivClassName
{
background-color: #0D7001;
}
.BgClassName
{
background-color: #0D7001;
}
</style>
border-color css
<style>
span { border-color: #0D7001; }
span { border-color: rgb(13,112,1); }
td.TdClassName
{
border-color: #0D7001;
}
.TagClassName
{
border-color: #0D7001;
}
</style>