Shades of Dark Green #073127
Tints of Dark Green #073127
RGB
CMYK
RGB Variations
Color information
#073127 (or 0x073127) is known color: Dark Green. HEX triplet: 07, 31 and 27. RGB value is (7,49,39). Sum of RGB (Red+Green+Blue) = 7+49+39=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #073127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073127 is #F8CED8. Grayscale: #232323. Windows color (decimal): -16305881 or 2568455. OLE color: 2568455.
HSL color Cylindrical-coordinate representation of color #073127: hue angle of 165.71º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073127 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 49 | 39 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.81 |
| HSL | 165.71º | 0.75% | 0.11% | - |
| HSV(B) | 165.71º | 0.86% | 0.19% | - |
| XYZ | 1.55 | 2.39 | 2.3 | - |
| YUV | 35.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 39 | 0.86 | 0 | 0.20 | 0.81 | 165.71 | 0.75 | 0.11 |
| Hex | 7 | 31 | 27 | 56 | 0 | 14 | 51 | A6 | 4B | B |
| Octal | 7 | 61 | 47 | 126 | 0 | 24 | 121 | 246 | 113 | 13 |
| Binary | 111 | 110001 | 100111 | 1010110 | 0 | 10100 | 1010001 | 10100110 | 1001011 | 1011 |
Color Harmonies of #073127
Complementary color
Monochromatic Colors of #073127
Black with #073127
Text Example
Text Example
White with #073127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073127; }
p { color: rgb(7,49,39); }
H1.HeaderClassName
{
color: #073127;
}
.AnyTagClassName
{
color: #073127;
}
</style>
background-color css
<style>
a { background-color: #073127; }
a { background-color: rgb(7,49,39); }
div.DivClassName
{
background-color: #073127;
}
.BgClassName
{
background-color: #073127;
}
</style>
border-color css
<style>
span { border-color: #073127; }
span { border-color: rgb(7,49,39); }
td.TdClassName
{
border-color: #073127;
}
.TagClassName
{
border-color: #073127;
}
</style>