Shades of Dark Green #00190D
Tints of Dark Green #00190D
RGB
CMYK
RGB Variations
Color information
#00190D (or 0x00190D) is known color: Dark Green. HEX triplet: 00, 19 and 0D. RGB value is (0,25,13). Sum of RGB (Red+Green+Blue) = 0+25+13=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 25 (10.16% from 255 or 65.79% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 25 - color contains mainly: green. Hex color #00190D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00190D is #FFE6F2. Grayscale: #101010. Windows color (decimal): -16770803 or 858368. OLE color: 858368.
HSL color Cylindrical-coordinate representation of color #00190D: hue angle of 151.2º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00190D is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 25 | 13 | - |
| CMYK | 1 | 0 | 0.48 | 0.90 |
| HSL | 151.2º | 1% | 0.05% | - |
| HSV(B) | 151.2º | 1% | 0.1% | - |
| XYZ | 0.42 | 0.72 | 0.5 | - |
| YUV | 16.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 13 | 1 | 0 | 0.48 | 0.90 | 151.2 | 1 | 0.05 |
| Hex | 0 | 19 | D | 64 | 0 | 30 | 5A | 97 | 64 | 5 |
| Octal | 0 | 31 | 15 | 144 | 0 | 60 | 132 | 227 | 144 | 5 |
| Binary | 0 | 11001 | 1101 | 1100100 | 0 | 110000 | 1011010 | 10010111 | 1100100 | 101 |
Color Harmonies of #00190D
Complementary color
Monochromatic Colors of #00190D
Black with #00190D
Text Example
Text Example
White with #00190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00190D; }
p { color: rgb(0,25,13); }
H1.HeaderClassName
{
color: #00190D;
}
.AnyTagClassName
{
color: #00190D;
}
</style>
background-color css
<style>
a { background-color: #00190D; }
a { background-color: rgb(0,25,13); }
div.DivClassName
{
background-color: #00190D;
}
.BgClassName
{
background-color: #00190D;
}
</style>
border-color css
<style>
span { border-color: #00190D; }
span { border-color: rgb(0,25,13); }
td.TdClassName
{
border-color: #00190D;
}
.TagClassName
{
border-color: #00190D;
}
</style>