Shades of Dark Green #071B12
Tints of Dark Green #071B12
RGB
CMYK
RGB Variations
Color information
#071B12 (or 0x071B12) is known color: Dark Green. HEX triplet: 07, 1B and 12. RGB value is (7,27,18). Sum of RGB (Red+Green+Blue) = 7+27+18=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 27 (10.94% from 255 or 51.92% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 27 - color contains mainly: green. Hex color #071B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071B12 is #F8E4ED. Grayscale: #141414. Windows color (decimal): -16311534 or 1186567. OLE color: 1186567.
HSL color Cylindrical-coordinate representation of color #071B12: hue angle of 153º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #071B12 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 27 | 18 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.89 |
| HSL | 153º | 0.59% | 0.07% | - |
| HSV(B) | 153º | 0.74% | 0.11% | - |
| XYZ | 0.59 | 0.87 | 0.71 | - |
| YUV | 19.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 18 | 0.74 | 0 | 0.33 | 0.89 | 153 | 0.59 | 0.07 |
| Hex | 7 | 1B | 12 | 4A | 0 | 21 | 59 | 99 | 3B | 7 |
| Octal | 7 | 33 | 22 | 112 | 0 | 41 | 131 | 231 | 73 | 7 |
| Binary | 111 | 11011 | 10010 | 1001010 | 0 | 100001 | 1011001 | 10011001 | 111011 | 111 |
Color Harmonies of #071B12
Complementary color
Monochromatic Colors of #071B12
Black with #071B12
Text Example
Text Example
White with #071B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071B12; }
p { color: rgb(7,27,18); }
H1.HeaderClassName
{
color: #071B12;
}
.AnyTagClassName
{
color: #071B12;
}
</style>
background-color css
<style>
a { background-color: #071B12; }
a { background-color: rgb(7,27,18); }
div.DivClassName
{
background-color: #071B12;
}
.BgClassName
{
background-color: #071B12;
}
</style>
border-color css
<style>
span { border-color: #071B12; }
span { border-color: rgb(7,27,18); }
td.TdClassName
{
border-color: #071B12;
}
.TagClassName
{
border-color: #071B12;
}
</style>