Shades of Dark Green #07241F
Tints of Dark Green #07241F
RGB
CMYK
RGB Variations
Color information
#07241F (or 0x07241F) is known color: Dark Green. HEX triplet: 07, 24 and 1F. RGB value is (7,36,31). Sum of RGB (Red+Green+Blue) = 7+36+31=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #07241F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07241F is #F8DBE0. Grayscale: #1A1A1A. Windows color (decimal): -16309217 or 2040839. OLE color: 2040839.
HSL color Cylindrical-coordinate representation of color #07241F: hue angle of 169.66º 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 #07241F is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 36 | 31 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.86 |
| HSL | 169.66º | 0.67% | 0.08% | - |
| HSV(B) | 169.66º | 0.81% | 0.14% | - |
| XYZ | 0.97 | 1.41 | 1.52 | - |
| YUV | 26.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 31 | 0.81 | 0 | 0.14 | 0.86 | 169.66 | 0.67 | 0.08 |
| Hex | 7 | 24 | 1F | 51 | 0 | E | 56 | AA | 43 | 8 |
| Octal | 7 | 44 | 37 | 121 | 0 | 16 | 126 | 252 | 103 | 10 |
| Binary | 111 | 100100 | 11111 | 1010001 | 0 | 1110 | 1010110 | 10101010 | 1000011 | 1000 |
Color Harmonies of #07241F
Complementary color
Monochromatic Colors of #07241F
Black with #07241F
Text Example
Text Example
White with #07241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07241F; }
p { color: rgb(7,36,31); }
H1.HeaderClassName
{
color: #07241F;
}
.AnyTagClassName
{
color: #07241F;
}
</style>
background-color css
<style>
a { background-color: #07241F; }
a { background-color: rgb(7,36,31); }
div.DivClassName
{
background-color: #07241F;
}
.BgClassName
{
background-color: #07241F;
}
</style>
border-color css
<style>
span { border-color: #07241F; }
span { border-color: rgb(7,36,31); }
td.TdClassName
{
border-color: #07241F;
}
.TagClassName
{
border-color: #07241F;
}
</style>