Shades of Dark Green #00241A
Tints of Dark Green #00241A
RGB
CMYK
RGB Variations
Color information
#00241A (or 0x00241A) is known color: Dark Green. HEX triplet: 00, 24 and 1A. RGB value is (0,36,26). Sum of RGB (Red+Green+Blue) = 0+36+26=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 36 (14.45% from 255 or 58.06% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 36 - color contains mainly: green. Hex color #00241A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00241A is #FFDBE5. Grayscale: #181818. Windows color (decimal): -16767974 or 1713152. OLE color: 1713152.
HSL color Cylindrical-coordinate representation of color #00241A: hue angle of 163.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 #00241A is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 36 | 26 | - |
| CMYK | 1 | 0 | 0.28 | 0.86 |
| HSL | 163.33º | 1% | 0.07% | - |
| HSV(B) | 163.33º | 1% | 0.14% | - |
| XYZ | 0.82 | 1.34 | 1.19 | - |
| YUV | 24.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 26 | 1 | 0 | 0.28 | 0.86 | 163.33 | 1 | 0.07 |
| Hex | 0 | 24 | 1A | 64 | 0 | 1C | 56 | A3 | 64 | 7 |
| Octal | 0 | 44 | 32 | 144 | 0 | 34 | 126 | 243 | 144 | 7 |
| Binary | 0 | 100100 | 11010 | 1100100 | 0 | 11100 | 1010110 | 10100011 | 1100100 | 111 |
Color Harmonies of #00241A
Complementary color
Monochromatic Colors of #00241A
Black with #00241A
Text Example
Text Example
White with #00241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00241A; }
p { color: rgb(0,36,26); }
H1.HeaderClassName
{
color: #00241A;
}
.AnyTagClassName
{
color: #00241A;
}
</style>
background-color css
<style>
a { background-color: #00241A; }
a { background-color: rgb(0,36,26); }
div.DivClassName
{
background-color: #00241A;
}
.BgClassName
{
background-color: #00241A;
}
</style>
border-color css
<style>
span { border-color: #00241A; }
span { border-color: rgb(0,36,26); }
td.TdClassName
{
border-color: #00241A;
}
.TagClassName
{
border-color: #00241A;
}
</style>