Shades of Dark Green #002311
Tints of Dark Green #002311
RGB
CMYK
RGB Variations
Color information
#002311 (or 0x002311) is known color: Dark Green. HEX triplet: 00, 23 and 11. RGB value is (0,35,17). Sum of RGB (Red+Green+Blue) = 0+35+17=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 35 (14.06% from 255 or 67.31% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 35 - color contains mainly: green. Hex color #002311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002311 is #FFDCEE. Grayscale: #161616. Windows color (decimal): -16768239 or 1123072. OLE color: 1123072.
HSL color Cylindrical-coordinate representation of color #002311: hue angle of 149.14º 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 #002311 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 35 | 17 | - |
| CMYK | 1 | 0 | 0.51 | 0.86 |
| HSL | 149.14º | 1% | 0.07% | - |
| HSV(B) | 149.14º | 1% | 0.14% | - |
| XYZ | 0.7 | 1.24 | 0.73 | - |
| YUV | 22.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 17 | 1 | 0 | 0.51 | 0.86 | 149.14 | 1 | 0.07 |
| Hex | 0 | 23 | 11 | 64 | 0 | 33 | 56 | 95 | 64 | 7 |
| Octal | 0 | 43 | 21 | 144 | 0 | 63 | 126 | 225 | 144 | 7 |
| Binary | 0 | 100011 | 10001 | 1100100 | 0 | 110011 | 1010110 | 10010101 | 1100100 | 111 |
Color Harmonies of #002311
Complementary color
Monochromatic Colors of #002311
Black with #002311
Text Example
Text Example
White with #002311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002311; }
p { color: rgb(0,35,17); }
H1.HeaderClassName
{
color: #002311;
}
.AnyTagClassName
{
color: #002311;
}
</style>
background-color css
<style>
a { background-color: #002311; }
a { background-color: rgb(0,35,17); }
div.DivClassName
{
background-color: #002311;
}
.BgClassName
{
background-color: #002311;
}
</style>
border-color css
<style>
span { border-color: #002311; }
span { border-color: rgb(0,35,17); }
td.TdClassName
{
border-color: #002311;
}
.TagClassName
{
border-color: #002311;
}
</style>