Shades of Dark Green #071D1D
Tints of Dark Green #071D1D
RGB
CMYK
RGB Variations
Color information
#071D1D (or 0x071D1D) is known color: Dark Green. HEX triplet: 07, 1D and 1D. RGB value is (7,29,29). Sum of RGB (Red+Green+Blue) = 7+29+29=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 29 - color contains mainly: green, blue. Hex color #071D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D1D is #F8E2E2. Grayscale: #161616. Windows color (decimal): -16311011 or 1907975. OLE color: 1907975.
HSL color Cylindrical-coordinate representation of color #071D1D: hue angle of 180º 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 #071D1D is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 29 | 29 | - |
| CMYK | 0.76 | 0 | 0 | 0.89 |
| HSL | 180º | 0.61% | 0.07% | - |
| HSV(B) | 180º | 0.76% | 0.11% | - |
| XYZ | 0.75 | 1.01 | 1.32 | - |
| YUV | 22.42 | 131.71 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 29 | 0.76 | 0 | 0 | 0.89 | 180 | 0.61 | 0.07 |
| Hex | 7 | 1D | 1D | 4C | 0 | 0 | 59 | B4 | 3D | 7 |
| Octal | 7 | 35 | 35 | 114 | 0 | 0 | 131 | 264 | 75 | 7 |
| Binary | 111 | 11101 | 11101 | 1001100 | 0 | 0 | 1011001 | 10110100 | 111101 | 111 |
Color Harmonies of #071D1D
Complementary color
Monochromatic Colors of #071D1D
Black with #071D1D
Text Example
Text Example
White with #071D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D1D; }
p { color: rgb(7,29,29); }
H1.HeaderClassName
{
color: #071D1D;
}
.AnyTagClassName
{
color: #071D1D;
}
</style>
background-color css
<style>
a { background-color: #071D1D; }
a { background-color: rgb(7,29,29); }
div.DivClassName
{
background-color: #071D1D;
}
.BgClassName
{
background-color: #071D1D;
}
</style>
border-color css
<style>
span { border-color: #071D1D; }
span { border-color: rgb(7,29,29); }
td.TdClassName
{
border-color: #071D1D;
}
.TagClassName
{
border-color: #071D1D;
}
</style>