Shades of Dark Green #00130B
Tints of Dark Green #00130B
RGB
CMYK
RGB Variations
Color information
#00130B (or 0x00130B) is known color: Dark Green. HEX triplet: 00, 13 and 0B. RGB value is (0,19,11). Sum of RGB (Red+Green+Blue) = 0+19+11=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 19 (7.81% from 255 or 63.33% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 19 - color contains mainly: green. Hex color #00130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00130B is #FFECF4. Grayscale: #0C0C0C. Windows color (decimal): -16772341 or 725760. OLE color: 725760.
HSL color Cylindrical-coordinate representation of color #00130B: hue angle of 154.74º 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 #00130B is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 19 | 11 | - |
| CMYK | 1 | 0 | 0.42 | 0.93 |
| HSL | 154.74º | 1% | 0.04% | - |
| HSV(B) | 154.74º | 1% | 0.07% | - |
| XYZ | 0.29 | 0.49 | 0.4 | - |
| YUV | 12.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 11 | 1 | 0 | 0.42 | 0.93 | 154.74 | 1 | 0.04 |
| Hex | 0 | 13 | B | 64 | 0 | 2A | 5D | 9B | 64 | 4 |
| Octal | 0 | 23 | 13 | 144 | 0 | 52 | 135 | 233 | 144 | 4 |
| Binary | 0 | 10011 | 1011 | 1100100 | 0 | 101010 | 1011101 | 10011011 | 1100100 | 100 |
Color Harmonies of #00130B
Complementary color
Monochromatic Colors of #00130B
Black with #00130B
Text Example
Text Example
White with #00130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00130B; }
p { color: rgb(0,19,11); }
H1.HeaderClassName
{
color: #00130B;
}
.AnyTagClassName
{
color: #00130B;
}
</style>
background-color css
<style>
a { background-color: #00130B; }
a { background-color: rgb(0,19,11); }
div.DivClassName
{
background-color: #00130B;
}
.BgClassName
{
background-color: #00130B;
}
</style>
border-color css
<style>
span { border-color: #00130B; }
span { border-color: rgb(0,19,11); }
td.TdClassName
{
border-color: #00130B;
}
.TagClassName
{
border-color: #00130B;
}
</style>