Shades of Dark Green #00241C
Tints of Dark Green #00241C
RGB
CMYK
RGB Variations
Color information
#00241C (or 0x00241C) is known color: Dark Green. HEX triplet: 00, 24 and 1C. RGB value is (0,36,28). Sum of RGB (Red+Green+Blue) = 0+36+28=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 36 (14.45% from 255 or 56.25% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 36 - color contains mainly: green. Hex color #00241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00241C is #FFDBE3. Grayscale: #181818. Windows color (decimal): -16767972 or 1844224. OLE color: 1844224.
HSL color Cylindrical-coordinate representation of color #00241C: hue angle of 166.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 #00241C is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 36 | 28 | - |
| CMYK | 1 | 0 | 0.22 | 0.86 |
| HSL | 166.67º | 1% | 0.07% | - |
| HSV(B) | 166.67º | 1% | 0.14% | - |
| XYZ | 0.84 | 1.35 | 1.31 | - |
| YUV | 24.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 28 | 1 | 0 | 0.22 | 0.86 | 166.67 | 1 | 0.07 |
| Hex | 0 | 24 | 1C | 64 | 0 | 16 | 56 | A7 | 64 | 7 |
| Octal | 0 | 44 | 34 | 144 | 0 | 26 | 126 | 247 | 144 | 7 |
| Binary | 0 | 100100 | 11100 | 1100100 | 0 | 10110 | 1010110 | 10100111 | 1100100 | 111 |
Color Harmonies of #00241C
Complementary color
Monochromatic Colors of #00241C
Black with #00241C
Text Example
Text Example
White with #00241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00241C; }
p { color: rgb(0,36,28); }
H1.HeaderClassName
{
color: #00241C;
}
.AnyTagClassName
{
color: #00241C;
}
</style>
background-color css
<style>
a { background-color: #00241C; }
a { background-color: rgb(0,36,28); }
div.DivClassName
{
background-color: #00241C;
}
.BgClassName
{
background-color: #00241C;
}
</style>
border-color css
<style>
span { border-color: #00241C; }
span { border-color: rgb(0,36,28); }
td.TdClassName
{
border-color: #00241C;
}
.TagClassName
{
border-color: #00241C;
}
</style>