Shades of Dark Green #071C18
Tints of Dark Green #071C18
RGB
CMYK
RGB Variations
Color information
#071C18 (or 0x071C18) is known color: Dark Green. HEX triplet: 07, 1C and 18. RGB value is (7,28,24). Sum of RGB (Red+Green+Blue) = 7+28+24=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 28 (11.33% from 255 or 47.46% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 28 - color contains mainly: green. Hex color #071C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C18 is #F8E3E7. Grayscale: #151515. Windows color (decimal): -16311272 or 1580039. OLE color: 1580039.
HSL color Cylindrical-coordinate representation of color #071C18: hue angle of 168.57º 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 #071C18 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 28 | 24 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.89 |
| HSL | 168.57º | 0.6% | 0.07% | - |
| HSV(B) | 168.57º | 0.75% | 0.11% | - |
| XYZ | 0.67 | 0.94 | 1.01 | - |
| YUV | 21.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 24 | 0.75 | 0 | 0.14 | 0.89 | 168.57 | 0.6 | 0.07 |
| Hex | 7 | 1C | 18 | 4B | 0 | E | 59 | A9 | 3C | 7 |
| Octal | 7 | 34 | 30 | 113 | 0 | 16 | 131 | 251 | 74 | 7 |
| Binary | 111 | 11100 | 11000 | 1001011 | 0 | 1110 | 1011001 | 10101001 | 111100 | 111 |
Color Harmonies of #071C18
Complementary color
Monochromatic Colors of #071C18
Black with #071C18
Text Example
Text Example
White with #071C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071C18; }
p { color: rgb(7,28,24); }
H1.HeaderClassName
{
color: #071C18;
}
.AnyTagClassName
{
color: #071C18;
}
</style>
background-color css
<style>
a { background-color: #071C18; }
a { background-color: rgb(7,28,24); }
div.DivClassName
{
background-color: #071C18;
}
.BgClassName
{
background-color: #071C18;
}
</style>
border-color css
<style>
span { border-color: #071C18; }
span { border-color: rgb(7,28,24); }
td.TdClassName
{
border-color: #071C18;
}
.TagClassName
{
border-color: #071C18;
}
</style>