Shades of Dark Green #07241C
Tints of Dark Green #07241C
RGB
CMYK
RGB Variations
Color information
#07241C (or 0x07241C) is known color: Dark Green. HEX triplet: 07, 24 and 1C. RGB value is (7,36,28). Sum of RGB (Red+Green+Blue) = 7+36+28=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #07241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07241C is #F8DBE3. Grayscale: #1A1A1A. Windows color (decimal): -16309220 or 1844231. OLE color: 1844231.
HSL color Cylindrical-coordinate representation of color #07241C: hue angle of 163.45º 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 #07241C is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 36 | 28 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.86 |
| HSL | 163.45º | 0.67% | 0.08% | - |
| HSV(B) | 163.45º | 0.81% | 0.14% | - |
| XYZ | 0.93 | 1.39 | 1.32 | - |
| YUV | 26.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 28 | 0.81 | 0 | 0.22 | 0.86 | 163.45 | 0.67 | 0.08 |
| Hex | 7 | 24 | 1C | 51 | 0 | 16 | 56 | A3 | 43 | 8 |
| Octal | 7 | 44 | 34 | 121 | 0 | 26 | 126 | 243 | 103 | 10 |
| Binary | 111 | 100100 | 11100 | 1010001 | 0 | 10110 | 1010110 | 10100011 | 1000011 | 1000 |
Color Harmonies of #07241C
Complementary color
Monochromatic Colors of #07241C
Black with #07241C
Text Example
Text Example
White with #07241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07241C; }
p { color: rgb(7,36,28); }
H1.HeaderClassName
{
color: #07241C;
}
.AnyTagClassName
{
color: #07241C;
}
</style>
background-color css
<style>
a { background-color: #07241C; }
a { background-color: rgb(7,36,28); }
div.DivClassName
{
background-color: #07241C;
}
.BgClassName
{
background-color: #07241C;
}
</style>
border-color css
<style>
span { border-color: #07241C; }
span { border-color: rgb(7,36,28); }
td.TdClassName
{
border-color: #07241C;
}
.TagClassName
{
border-color: #07241C;
}
</style>