Shades of Dark Green #00240F
Tints of Dark Green #00240F
RGB
CMYK
RGB Variations
Color information
#00240F (or 0x00240F) is known color: Dark Green. HEX triplet: 00, 24 and 0F. RGB value is (0,36,15). Sum of RGB (Red+Green+Blue) = 0+36+15=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 36 (14.45% from 255 or 70.59% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 36 - color contains mainly: green. Hex color #00240F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00240F is #FFDBF0. Grayscale: #161616. Windows color (decimal): -16767985 or 992256. OLE color: 992256.
HSL color Cylindrical-coordinate representation of color #00240F: hue angle of 145º 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 #00240F is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 36 | 15 | - |
| CMYK | 1 | 0 | 0.58 | 0.86 |
| HSL | 145º | 1% | 0.07% | - |
| HSV(B) | 145º | 1% | 0.14% | - |
| XYZ | 0.72 | 1.3 | 0.66 | - |
| YUV | 22.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 15 | 1 | 0 | 0.58 | 0.86 | 145 | 1 | 0.07 |
| Hex | 0 | 24 | F | 64 | 0 | 3A | 56 | 91 | 64 | 7 |
| Octal | 0 | 44 | 17 | 144 | 0 | 72 | 126 | 221 | 144 | 7 |
| Binary | 0 | 100100 | 1111 | 1100100 | 0 | 111010 | 1010110 | 10010001 | 1100100 | 111 |
Color Harmonies of #00240F
Complementary color
Monochromatic Colors of #00240F
Black with #00240F
Text Example
Text Example
White with #00240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00240F; }
p { color: rgb(0,36,15); }
H1.HeaderClassName
{
color: #00240F;
}
.AnyTagClassName
{
color: #00240F;
}
</style>
background-color css
<style>
a { background-color: #00240F; }
a { background-color: rgb(0,36,15); }
div.DivClassName
{
background-color: #00240F;
}
.BgClassName
{
background-color: #00240F;
}
</style>
border-color css
<style>
span { border-color: #00240F; }
span { border-color: rgb(0,36,15); }
td.TdClassName
{
border-color: #00240F;
}
.TagClassName
{
border-color: #00240F;
}
</style>