Shades of Green #007013
Tints of Green #007013
RGB
CMYK
RGB Variations
Color information
#007013 (or 0x007013) is known color: Green. HEX triplet: 00, 70 and 13. RGB value is (0,112,19). Sum of RGB (Red+Green+Blue) = 0+112+19=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 112 (44.14% from 255 or 85.50% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 112 - color contains mainly: green. Hex color #007013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007013 is #FF8FEC. Grayscale: #444444. Windows color (decimal): -16748525 or 1273856. OLE color: 1273856.
HSL color Cylindrical-coordinate representation of color #007013: hue angle of 130.18º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007013 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 19 | - |
| CMYK | 1 | 0 | 0.83 | 0.56 |
| HSL | 130.18º | 1% | 0.22% | - |
| HSV(B) | 130.18º | 1% | 0.44% | - |
| XYZ | 5.91 | 11.64 | 2.55 | - |
| YUV | 67.91 | 100.39 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 19 | 1 | 0 | 0.83 | 0.56 | 130.18 | 1 | 0.22 |
| Hex | 0 | 70 | 13 | 64 | 0 | 53 | 38 | 82 | 64 | 16 |
| Octal | 0 | 160 | 23 | 144 | 0 | 123 | 70 | 202 | 144 | 26 |
| Binary | 0 | 1110000 | 10011 | 1100100 | 0 | 1010011 | 111000 | 10000010 | 1100100 | 10110 |
Color Harmonies of #007013
Complementary color
Monochromatic Colors of #007013
Black with #007013
Text Example
Text Example
White with #007013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007013; }
p { color: rgb(0,112,19); }
H1.HeaderClassName
{
color: #007013;
}
.AnyTagClassName
{
color: #007013;
}
</style>
background-color css
<style>
a { background-color: #007013; }
a { background-color: rgb(0,112,19); }
div.DivClassName
{
background-color: #007013;
}
.BgClassName
{
background-color: #007013;
}
</style>
border-color css
<style>
span { border-color: #007013; }
span { border-color: rgb(0,112,19); }
td.TdClassName
{
border-color: #007013;
}
.TagClassName
{
border-color: #007013;
}
</style>