Shades of Dark Green #00130A
Tints of Dark Green #00130A
RGB
CMYK
RGB Variations
Color information
#00130A (or 0x00130A) is known color: Dark Green. HEX triplet: 00, 13 and 0A. RGB value is (0,19,10). Sum of RGB (Red+Green+Blue) = 0+19+10=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 19 (7.81% from 255 or 65.52% from 29); Blue value is 10 (4.30% from 255 or 34.48% from 29); Max value from RGB is 19 - color contains mainly: green. Hex color #00130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00130A is #FFECF5. Grayscale: #0C0C0C. Windows color (decimal): -16772342 or 660224. OLE color: 660224.
HSL color Cylindrical-coordinate representation of color #00130A: hue angle of 151.58º 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 #00130A is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 19 | 10 | - |
| CMYK | 1 | 0 | 0.47 | 0.93 |
| HSL | 151.58º | 1% | 0.04% | - |
| HSV(B) | 151.58º | 1% | 0.07% | - |
| XYZ | 0.29 | 0.49 | 0.37 | - |
| YUV | 12.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 10 | 1 | 0 | 0.47 | 0.93 | 151.58 | 1 | 0.04 |
| Hex | 0 | 13 | A | 64 | 0 | 2F | 5D | 98 | 64 | 4 |
| Octal | 0 | 23 | 12 | 144 | 0 | 57 | 135 | 230 | 144 | 4 |
| Binary | 0 | 10011 | 1010 | 1100100 | 0 | 101111 | 1011101 | 10011000 | 1100100 | 100 |
Color Harmonies of #00130A
Complementary color
Monochromatic Colors of #00130A
Black with #00130A
Text Example
Text Example
White with #00130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00130A; }
p { color: rgb(0,19,10); }
H1.HeaderClassName
{
color: #00130A;
}
.AnyTagClassName
{
color: #00130A;
}
</style>
background-color css
<style>
a { background-color: #00130A; }
a { background-color: rgb(0,19,10); }
div.DivClassName
{
background-color: #00130A;
}
.BgClassName
{
background-color: #00130A;
}
</style>
border-color css
<style>
span { border-color: #00130A; }
span { border-color: rgb(0,19,10); }
td.TdClassName
{
border-color: #00130A;
}
.TagClassName
{
border-color: #00130A;
}
</style>