Shades of Dark Green #071D1A
Tints of Dark Green #071D1A
RGB
CMYK
RGB Variations
Color information
#071D1A (or 0x071D1A) is known color: Dark Green. HEX triplet: 07, 1D and 1A. RGB value is (7,29,26). Sum of RGB (Red+Green+Blue) = 7+29+26=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 29 - color contains mainly: green. Hex color #071D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D1A is #F8E2E5. Grayscale: #161616. Windows color (decimal): -16311014 or 1711367. OLE color: 1711367.
HSL color Cylindrical-coordinate representation of color #071D1A: hue angle of 171.82º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #071D1A is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 29 | 26 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.89 |
| HSL | 171.82º | 0.61% | 0.07% | - |
| HSV(B) | 171.82º | 0.76% | 0.11% | - |
| XYZ | 0.71 | 1 | 1.13 | - |
| YUV | 22.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 26 | 0.76 | 0 | 0.10 | 0.89 | 171.82 | 0.61 | 0.07 |
| Hex | 7 | 1D | 1A | 4C | 0 | A | 59 | AC | 3D | 7 |
| Octal | 7 | 35 | 32 | 114 | 0 | 12 | 131 | 254 | 75 | 7 |
| Binary | 111 | 11101 | 11010 | 1001100 | 0 | 1010 | 1011001 | 10101100 | 111101 | 111 |
Color Harmonies of #071D1A
Complementary color
Monochromatic Colors of #071D1A
Black with #071D1A
Text Example
Text Example
White with #071D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D1A; }
p { color: rgb(7,29,26); }
H1.HeaderClassName
{
color: #071D1A;
}
.AnyTagClassName
{
color: #071D1A;
}
</style>
background-color css
<style>
a { background-color: #071D1A; }
a { background-color: rgb(7,29,26); }
div.DivClassName
{
background-color: #071D1A;
}
.BgClassName
{
background-color: #071D1A;
}
</style>
border-color css
<style>
span { border-color: #071D1A; }
span { border-color: rgb(7,29,26); }
td.TdClassName
{
border-color: #071D1A;
}
.TagClassName
{
border-color: #071D1A;
}
</style>