Shades of Dark Green #071C1C
Tints of Dark Green #071C1C
RGB
CMYK
RGB Variations
Color information
#071C1C (or 0x071C1C) is known color: Dark Green. HEX triplet: 07, 1C and 1C. RGB value is (7,28,28). Sum of RGB (Red+Green+Blue) = 7+28+28=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: green, blue. Hex color #071C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C1C is #F8E3E3. Grayscale: #151515. Windows color (decimal): -16311268 or 1842183. OLE color: 1842183.
HSL color Cylindrical-coordinate representation of color #071C1C: hue angle of 180º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #071C1C is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 28 | 28 | - |
| CMYK | 0.75 | 0 | 0 | 0.89 |
| HSL | 180º | 0.6% | 0.07% | - |
| HSV(B) | 180º | 0.75% | 0.11% | - |
| XYZ | 0.71 | 0.96 | 1.25 | - |
| YUV | 21.72 | 131.54 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 28 | 0.75 | 0 | 0 | 0.89 | 180 | 0.6 | 0.07 |
| Hex | 7 | 1C | 1C | 4B | 0 | 0 | 59 | B4 | 3C | 7 |
| Octal | 7 | 34 | 34 | 113 | 0 | 0 | 131 | 264 | 74 | 7 |
| Binary | 111 | 11100 | 11100 | 1001011 | 0 | 0 | 1011001 | 10110100 | 111100 | 111 |
Color Harmonies of #071C1C
Complementary color
Monochromatic Colors of #071C1C
Black with #071C1C
Text Example
Text Example
White with #071C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071C1C; }
p { color: rgb(7,28,28); }
H1.HeaderClassName
{
color: #071C1C;
}
.AnyTagClassName
{
color: #071C1C;
}
</style>
background-color css
<style>
a { background-color: #071C1C; }
a { background-color: rgb(7,28,28); }
div.DivClassName
{
background-color: #071C1C;
}
.BgClassName
{
background-color: #071C1C;
}
</style>
border-color css
<style>
span { border-color: #071C1C; }
span { border-color: rgb(7,28,28); }
td.TdClassName
{
border-color: #071C1C;
}
.TagClassName
{
border-color: #071C1C;
}
</style>