Shades of Dark Green #071C1B
Tints of Dark Green #071C1B
RGB
CMYK
RGB Variations
Color information
#071C1B (or 0x071C1B) is known color: Dark Green. HEX triplet: 07, 1C and 1B. RGB value is (7,28,27). Sum of RGB (Red+Green+Blue) = 7+28+27=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 28 (11.33% from 255 or 45.16% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 28 - color contains mainly: green. Hex color #071C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C1B is #F8E3E4. Grayscale: #151515. Windows color (decimal): -16311269 or 1776647. OLE color: 1776647.
HSL color Cylindrical-coordinate representation of color #071C1B: hue angle of 177.14º 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 #071C1B is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 28 | 27 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.89 |
| HSL | 177.14º | 0.6% | 0.07% | - |
| HSV(B) | 177.14º | 0.75% | 0.11% | - |
| XYZ | 0.7 | 0.95 | 1.18 | - |
| YUV | 21.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 27 | 0.75 | 0 | 0.04 | 0.89 | 177.14 | 0.6 | 0.07 |
| Hex | 7 | 1C | 1B | 4B | 0 | 4 | 59 | B1 | 3C | 7 |
| Octal | 7 | 34 | 33 | 113 | 0 | 4 | 131 | 261 | 74 | 7 |
| Binary | 111 | 11100 | 11011 | 1001011 | 0 | 100 | 1011001 | 10110001 | 111100 | 111 |
Color Harmonies of #071C1B
Complementary color
Monochromatic Colors of #071C1B
Black with #071C1B
Text Example
Text Example
White with #071C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071C1B; }
p { color: rgb(7,28,27); }
H1.HeaderClassName
{
color: #071C1B;
}
.AnyTagClassName
{
color: #071C1B;
}
</style>
background-color css
<style>
a { background-color: #071C1B; }
a { background-color: rgb(7,28,27); }
div.DivClassName
{
background-color: #071C1B;
}
.BgClassName
{
background-color: #071C1B;
}
</style>
border-color css
<style>
span { border-color: #071C1B; }
span { border-color: rgb(7,28,27); }
td.TdClassName
{
border-color: #071C1B;
}
.TagClassName
{
border-color: #071C1B;
}
</style>