Shades of Dark Green #00130E
Tints of Dark Green #00130E
RGB
CMYK
RGB Variations
Color information
#00130E (or 0x00130E) is known color: Dark Green. HEX triplet: 00, 13 and 0E. RGB value is (0,19,14). Sum of RGB (Red+Green+Blue) = 0+19+14=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 19 (7.81% from 255 or 57.58% from 33); Blue value is 14 (5.86% from 255 or 42.42% from 33); Max value from RGB is 19 - color contains mainly: green. Hex color #00130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00130E is #FFECF1. Grayscale: #0C0C0C. Windows color (decimal): -16772338 or 922368. OLE color: 922368.
HSL color Cylindrical-coordinate representation of color #00130E: hue angle of 164.21º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00130E is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 19 | 14 | - |
| CMYK | 1 | 0 | 0.26 | 0.93 |
| HSL | 164.21º | 1% | 0.04% | - |
| HSV(B) | 164.21º | 1% | 0.07% | - |
| XYZ | 0.31 | 0.5 | 0.5 | - |
| YUV | 12.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 14 | 1 | 0 | 0.26 | 0.93 | 164.21 | 1 | 0.04 |
| Hex | 0 | 13 | E | 64 | 0 | 1A | 5D | A4 | 64 | 4 |
| Octal | 0 | 23 | 16 | 144 | 0 | 32 | 135 | 244 | 144 | 4 |
| Binary | 0 | 10011 | 1110 | 1100100 | 0 | 11010 | 1011101 | 10100100 | 1100100 | 100 |
Color Harmonies of #00130E
Complementary color
Monochromatic Colors of #00130E
Black with #00130E
Text Example
Text Example
White with #00130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00130E; }
p { color: rgb(0,19,14); }
H1.HeaderClassName
{
color: #00130E;
}
.AnyTagClassName
{
color: #00130E;
}
</style>
background-color css
<style>
a { background-color: #00130E; }
a { background-color: rgb(0,19,14); }
div.DivClassName
{
background-color: #00130E;
}
.BgClassName
{
background-color: #00130E;
}
</style>
border-color css
<style>
span { border-color: #00130E; }
span { border-color: rgb(0,19,14); }
td.TdClassName
{
border-color: #00130E;
}
.TagClassName
{
border-color: #00130E;
}
</style>