Shades of Dark Green #00240E
Tints of Dark Green #00240E
RGB
CMYK
RGB Variations
Color information
#00240E (or 0x00240E) is known color: Dark Green. HEX triplet: 00, 24 and 0E. RGB value is (0,36,14). Sum of RGB (Red+Green+Blue) = 0+36+14=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 36 (14.45% from 255 or 72% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 36 - color contains mainly: green. Hex color #00240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00240E is #FFDBF1. Grayscale: #161616. Windows color (decimal): -16767986 or 926720. OLE color: 926720.
HSL color Cylindrical-coordinate representation of color #00240E: hue angle of 143.33º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00240E is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 36 | 14 | - |
| CMYK | 1 | 0 | 0.61 | 0.86 |
| HSL | 143.33º | 1% | 0.07% | - |
| HSV(B) | 143.33º | 1% | 0.14% | - |
| XYZ | 0.71 | 1.29 | 0.63 | - |
| YUV | 22.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 14 | 1 | 0 | 0.61 | 0.86 | 143.33 | 1 | 0.07 |
| Hex | 0 | 24 | E | 64 | 0 | 3D | 56 | 8F | 64 | 7 |
| Octal | 0 | 44 | 16 | 144 | 0 | 75 | 126 | 217 | 144 | 7 |
| Binary | 0 | 100100 | 1110 | 1100100 | 0 | 111101 | 1010110 | 10001111 | 1100100 | 111 |
Color Harmonies of #00240E
Complementary color
Monochromatic Colors of #00240E
Black with #00240E
Text Example
Text Example
White with #00240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00240E; }
p { color: rgb(0,36,14); }
H1.HeaderClassName
{
color: #00240E;
}
.AnyTagClassName
{
color: #00240E;
}
</style>
background-color css
<style>
a { background-color: #00240E; }
a { background-color: rgb(0,36,14); }
div.DivClassName
{
background-color: #00240E;
}
.BgClassName
{
background-color: #00240E;
}
</style>
border-color css
<style>
span { border-color: #00240E; }
span { border-color: rgb(0,36,14); }
td.TdClassName
{
border-color: #00240E;
}
.TagClassName
{
border-color: #00240E;
}
</style>