Shades of Dark Green #071A19
Tints of Dark Green #071A19
RGB
CMYK
RGB Variations
Color information
#071A19 (or 0x071A19) is known color: Dark Green. HEX triplet: 07, 1A and 19. RGB value is (7,26,25). Sum of RGB (Red+Green+Blue) = 7+26+25=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 26 - color contains mainly: green. Hex color #071A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071A19 is #F8E5E6. Grayscale: #141414. Windows color (decimal): -16311783 or 1645063. OLE color: 1645063.
HSL color Cylindrical-coordinate representation of color #071A19: hue angle of 176.84º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #071A19 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 26 | 25 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.90 |
| HSL | 176.84º | 0.58% | 0.06% | - |
| HSV(B) | 176.84º | 0.73% | 0.1% | - |
| XYZ | 0.63 | 0.85 | 1.05 | - |
| YUV | 20.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 25 | 0.73 | 0 | 0.04 | 0.90 | 176.84 | 0.58 | 0.06 |
| Hex | 7 | 1A | 19 | 49 | 0 | 4 | 5A | B1 | 3A | 6 |
| Octal | 7 | 32 | 31 | 111 | 0 | 4 | 132 | 261 | 72 | 6 |
| Binary | 111 | 11010 | 11001 | 1001001 | 0 | 100 | 1011010 | 10110001 | 111010 | 110 |
Color Harmonies of #071A19
Complementary color
Monochromatic Colors of #071A19
Black with #071A19
Text Example
Text Example
White with #071A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071A19; }
p { color: rgb(7,26,25); }
H1.HeaderClassName
{
color: #071A19;
}
.AnyTagClassName
{
color: #071A19;
}
</style>
background-color css
<style>
a { background-color: #071A19; }
a { background-color: rgb(7,26,25); }
div.DivClassName
{
background-color: #071A19;
}
.BgClassName
{
background-color: #071A19;
}
</style>
border-color css
<style>
span { border-color: #071A19; }
span { border-color: rgb(7,26,25); }
td.TdClassName
{
border-color: #071A19;
}
.TagClassName
{
border-color: #071A19;
}
</style>