Shades of Dark Green #00190F
Tints of Dark Green #00190F
RGB
CMYK
RGB Variations
Color information
#00190F (or 0x00190F) is known color: Dark Green. HEX triplet: 00, 19 and 0F. RGB value is (0,25,15). Sum of RGB (Red+Green+Blue) = 0+25+15=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 25 (10.16% from 255 or 62.5% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 25 - color contains mainly: green. Hex color #00190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00190F is #FFE6F0. Grayscale: #101010. Windows color (decimal): -16770801 or 989440. OLE color: 989440.
HSL color Cylindrical-coordinate representation of color #00190F: hue angle of 156º 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 #00190F is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 25 | 15 | - |
| CMYK | 1 | 0 | 0.40 | 0.90 |
| HSL | 156º | 1% | 0.05% | - |
| HSV(B) | 156º | 1% | 0.1% | - |
| XYZ | 0.43 | 0.73 | 0.57 | - |
| YUV | 16.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 15 | 1 | 0 | 0.40 | 0.90 | 156 | 1 | 0.05 |
| Hex | 0 | 19 | F | 64 | 0 | 28 | 5A | 9C | 64 | 5 |
| Octal | 0 | 31 | 17 | 144 | 0 | 50 | 132 | 234 | 144 | 5 |
| Binary | 0 | 11001 | 1111 | 1100100 | 0 | 101000 | 1011010 | 10011100 | 1100100 | 101 |
Color Harmonies of #00190F
Complementary color
Monochromatic Colors of #00190F
Black with #00190F
Text Example
Text Example
White with #00190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00190F; }
p { color: rgb(0,25,15); }
H1.HeaderClassName
{
color: #00190F;
}
.AnyTagClassName
{
color: #00190F;
}
</style>
background-color css
<style>
a { background-color: #00190F; }
a { background-color: rgb(0,25,15); }
div.DivClassName
{
background-color: #00190F;
}
.BgClassName
{
background-color: #00190F;
}
</style>
border-color css
<style>
span { border-color: #00190F; }
span { border-color: rgb(0,25,15); }
td.TdClassName
{
border-color: #00190F;
}
.TagClassName
{
border-color: #00190F;
}
</style>