Shades of Dark Green #07271E
Tints of Dark Green #07271E
RGB
CMYK
RGB Variations
Color information
#07271E (or 0x07271E) is known color: Dark Green. HEX triplet: 07, 27 and 1E. RGB value is (7,39,30). Sum of RGB (Red+Green+Blue) = 7+39+30=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #07271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07271E is #F8D8E1. Grayscale: #1C1C1C. Windows color (decimal): -16308450 or 1976071. OLE color: 1976071.
HSL color Cylindrical-coordinate representation of color #07271E: hue angle of 163.12º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07271E is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 39 | 30 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.85 |
| HSL | 163.13º | 0.7% | 0.09% | - |
| HSV(B) | 163.13º | 0.82% | 0.15% | - |
| XYZ | 1.05 | 1.59 | 1.48 | - |
| YUV | 28.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 30 | 0.82 | 0 | 0.23 | 0.85 | 163.13 | 0.7 | 0.09 |
| Hex | 7 | 27 | 1E | 52 | 0 | 17 | 55 | A3 | 46 | 9 |
| Octal | 7 | 47 | 36 | 122 | 0 | 27 | 125 | 243 | 106 | 11 |
| Binary | 111 | 100111 | 11110 | 1010010 | 0 | 10111 | 1010101 | 10100011 | 1000110 | 1001 |
Color Harmonies of #07271E
Complementary color
Monochromatic Colors of #07271E
Black with #07271E
Text Example
Text Example
White with #07271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07271E; }
p { color: rgb(7,39,30); }
H1.HeaderClassName
{
color: #07271E;
}
.AnyTagClassName
{
color: #07271E;
}
</style>
background-color css
<style>
a { background-color: #07271E; }
a { background-color: rgb(7,39,30); }
div.DivClassName
{
background-color: #07271E;
}
.BgClassName
{
background-color: #07271E;
}
</style>
border-color css
<style>
span { border-color: #07271E; }
span { border-color: rgb(7,39,30); }
td.TdClassName
{
border-color: #07271E;
}
.TagClassName
{
border-color: #07271E;
}
</style>