Shades of Dark Green #002411
Tints of Dark Green #002411
RGB
CMYK
RGB Variations
Color information
#002411 (or 0x002411) is known color: Dark Green. HEX triplet: 00, 24 and 11. RGB value is (0,36,17). Sum of RGB (Red+Green+Blue) = 0+36+17=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 36 (14.45% from 255 or 67.92% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 36 - color contains mainly: green. Hex color #002411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002411 is #FFDBEE. Grayscale: #171717. Windows color (decimal): -16767983 or 1123328. OLE color: 1123328.
HSL color Cylindrical-coordinate representation of color #002411: hue angle of 148.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 #002411 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 36 | 17 | - |
| CMYK | 1 | 0 | 0.53 | 0.86 |
| HSL | 148.33º | 1% | 0.07% | - |
| HSV(B) | 148.33º | 1% | 0.14% | - |
| XYZ | 0.73 | 1.3 | 0.74 | - |
| YUV | 23.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 17 | 1 | 0 | 0.53 | 0.86 | 148.33 | 1 | 0.07 |
| Hex | 0 | 24 | 11 | 64 | 0 | 35 | 56 | 94 | 64 | 7 |
| Octal | 0 | 44 | 21 | 144 | 0 | 65 | 126 | 224 | 144 | 7 |
| Binary | 0 | 100100 | 10001 | 1100100 | 0 | 110101 | 1010110 | 10010100 | 1100100 | 111 |
Color Harmonies of #002411
Complementary color
Monochromatic Colors of #002411
Black with #002411
Text Example
Text Example
White with #002411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002411; }
p { color: rgb(0,36,17); }
H1.HeaderClassName
{
color: #002411;
}
.AnyTagClassName
{
color: #002411;
}
</style>
background-color css
<style>
a { background-color: #002411; }
a { background-color: rgb(0,36,17); }
div.DivClassName
{
background-color: #002411;
}
.BgClassName
{
background-color: #002411;
}
</style>
border-color css
<style>
span { border-color: #002411; }
span { border-color: rgb(0,36,17); }
td.TdClassName
{
border-color: #002411;
}
.TagClassName
{
border-color: #002411;
}
</style>