Shades of Dark Green #07241B
Tints of Dark Green #07241B
RGB
CMYK
RGB Variations
Color information
#07241B (or 0x07241B) is known color: Dark Green. HEX triplet: 07, 24 and 1B. RGB value is (7,36,27). Sum of RGB (Red+Green+Blue) = 7+36+27=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 36 (14.45% from 255 or 51.43% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 36 - color contains mainly: green. Hex color #07241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07241B is #F8DBE4. Grayscale: #1A1A1A. Windows color (decimal): -16309221 or 1778695. OLE color: 1778695.
HSL color Cylindrical-coordinate representation of color #07241B: hue angle of 161.38º 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 #07241B is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 36 | 27 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.86 |
| HSL | 161.38º | 0.67% | 0.08% | - |
| HSV(B) | 161.38º | 0.81% | 0.14% | - |
| XYZ | 0.92 | 1.39 | 1.26 | - |
| YUV | 26.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 27 | 0.81 | 0 | 0.25 | 0.86 | 161.38 | 0.67 | 0.08 |
| Hex | 7 | 24 | 1B | 51 | 0 | 19 | 56 | A1 | 43 | 8 |
| Octal | 7 | 44 | 33 | 121 | 0 | 31 | 126 | 241 | 103 | 10 |
| Binary | 111 | 100100 | 11011 | 1010001 | 0 | 11001 | 1010110 | 10100001 | 1000011 | 1000 |
Color Harmonies of #07241B
Complementary color
Monochromatic Colors of #07241B
Black with #07241B
Text Example
Text Example
White with #07241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07241B; }
p { color: rgb(7,36,27); }
H1.HeaderClassName
{
color: #07241B;
}
.AnyTagClassName
{
color: #07241B;
}
</style>
background-color css
<style>
a { background-color: #07241B; }
a { background-color: rgb(7,36,27); }
div.DivClassName
{
background-color: #07241B;
}
.BgClassName
{
background-color: #07241B;
}
</style>
border-color css
<style>
span { border-color: #07241B; }
span { border-color: rgb(7,36,27); }
td.TdClassName
{
border-color: #07241B;
}
.TagClassName
{
border-color: #07241B;
}
</style>