Shades of Dark Green #00240D
Tints of Dark Green #00240D
RGB
CMYK
RGB Variations
Color information
#00240D (or 0x00240D) is known color: Dark Green. HEX triplet: 00, 24 and 0D. RGB value is (0,36,13). Sum of RGB (Red+Green+Blue) = 0+36+13=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 36 (14.45% from 255 or 73.47% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 36 - color contains mainly: green. Hex color #00240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00240D is #FFDBF2. Grayscale: #161616. Windows color (decimal): -16767987 or 861184. OLE color: 861184.
HSL color Cylindrical-coordinate representation of color #00240D: hue angle of 141.67º 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 #00240D is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 36 | 13 | - |
| CMYK | 1 | 0 | 0.64 | 0.86 |
| HSL | 141.67º | 1% | 0.07% | - |
| HSV(B) | 141.67º | 1% | 0.14% | - |
| XYZ | 0.7 | 1.29 | 0.59 | - |
| YUV | 22.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 13 | 1 | 0 | 0.64 | 0.86 | 141.67 | 1 | 0.07 |
| Hex | 0 | 24 | D | 64 | 0 | 40 | 56 | 8E | 64 | 7 |
| Octal | 0 | 44 | 15 | 144 | 0 | 100 | 126 | 216 | 144 | 7 |
| Binary | 0 | 100100 | 1101 | 1100100 | 0 | 1000000 | 1010110 | 10001110 | 1100100 | 111 |
Color Harmonies of #00240D
Complementary color
Monochromatic Colors of #00240D
Black with #00240D
Text Example
Text Example
White with #00240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00240D; }
p { color: rgb(0,36,13); }
H1.HeaderClassName
{
color: #00240D;
}
.AnyTagClassName
{
color: #00240D;
}
</style>
background-color css
<style>
a { background-color: #00240D; }
a { background-color: rgb(0,36,13); }
div.DivClassName
{
background-color: #00240D;
}
.BgClassName
{
background-color: #00240D;
}
</style>
border-color css
<style>
span { border-color: #00240D; }
span { border-color: rgb(0,36,13); }
td.TdClassName
{
border-color: #00240D;
}
.TagClassName
{
border-color: #00240D;
}
</style>