Shades of Dark Green #07281F
Tints of Dark Green #07281F
RGB
CMYK
RGB Variations
Color information
#07281F (or 0x07281F) is known color: Dark Green. HEX triplet: 07, 28 and 1F. RGB value is (7,40,31). Sum of RGB (Red+Green+Blue) = 7+40+31=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #07281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07281F is #F8D7E0. Grayscale: #1D1D1D. Windows color (decimal): -16308193 or 2041863. OLE color: 2041863.
HSL color Cylindrical-coordinate representation of color #07281F: hue angle of 163.64º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07281F is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 40 | 31 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.84 |
| HSL | 163.64º | 0.7% | 0.09% | - |
| HSV(B) | 163.64º | 0.83% | 0.16% | - |
| XYZ | 1.09 | 1.66 | 1.56 | - |
| YUV | 29.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 31 | 0.83 | 0 | 0.22 | 0.84 | 163.64 | 0.7 | 0.09 |
| Hex | 7 | 28 | 1F | 53 | 0 | 16 | 54 | A4 | 46 | 9 |
| Octal | 7 | 50 | 37 | 123 | 0 | 26 | 124 | 244 | 106 | 11 |
| Binary | 111 | 101000 | 11111 | 1010011 | 0 | 10110 | 1010100 | 10100100 | 1000110 | 1001 |
Color Harmonies of #07281F
Complementary color
Monochromatic Colors of #07281F
Black with #07281F
Text Example
Text Example
White with #07281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07281F; }
p { color: rgb(7,40,31); }
H1.HeaderClassName
{
color: #07281F;
}
.AnyTagClassName
{
color: #07281F;
}
</style>
background-color css
<style>
a { background-color: #07281F; }
a { background-color: rgb(7,40,31); }
div.DivClassName
{
background-color: #07281F;
}
.BgClassName
{
background-color: #07281F;
}
</style>
border-color css
<style>
span { border-color: #07281F; }
span { border-color: rgb(7,40,31); }
td.TdClassName
{
border-color: #07281F;
}
.TagClassName
{
border-color: #07281F;
}
</style>