Shades of Dark Green #07241E
Tints of Dark Green #07241E
RGB
CMYK
RGB Variations
Color information
#07241E (or 0x07241E) is known color: Dark Green. HEX triplet: 07, 24 and 1E. RGB value is (7,36,30). Sum of RGB (Red+Green+Blue) = 7+36+30=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #07241E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07241E is #F8DBE1. Grayscale: #1A1A1A. Windows color (decimal): -16309218 or 1975303. OLE color: 1975303.
HSL color Cylindrical-coordinate representation of color #07241E: hue angle of 167.59º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #07241E is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 36 | 30 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.86 |
| HSL | 167.59º | 0.67% | 0.08% | - |
| HSV(B) | 167.59º | 0.81% | 0.14% | - |
| XYZ | 0.95 | 1.4 | 1.45 | - |
| YUV | 26.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 30 | 0.81 | 0 | 0.17 | 0.86 | 167.59 | 0.67 | 0.08 |
| Hex | 7 | 24 | 1E | 51 | 0 | 11 | 56 | A8 | 43 | 8 |
| Octal | 7 | 44 | 36 | 121 | 0 | 21 | 126 | 250 | 103 | 10 |
| Binary | 111 | 100100 | 11110 | 1010001 | 0 | 10001 | 1010110 | 10101000 | 1000011 | 1000 |
Color Harmonies of #07241E
Complementary color
Monochromatic Colors of #07241E
Black with #07241E
Text Example
Text Example
White with #07241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07241E; }
p { color: rgb(7,36,30); }
H1.HeaderClassName
{
color: #07241E;
}
.AnyTagClassName
{
color: #07241E;
}
</style>
background-color css
<style>
a { background-color: #07241E; }
a { background-color: rgb(7,36,30); }
div.DivClassName
{
background-color: #07241E;
}
.BgClassName
{
background-color: #07241E;
}
</style>
border-color css
<style>
span { border-color: #07241E; }
span { border-color: rgb(7,36,30); }
td.TdClassName
{
border-color: #07241E;
}
.TagClassName
{
border-color: #07241E;
}
</style>