Shades of Dark Green #002711
Tints of Dark Green #002711
RGB
CMYK
RGB Variations
Color information
#002711 (or 0x002711) is known color: Dark Green. HEX triplet: 00, 27 and 11. RGB value is (0,39,17). Sum of RGB (Red+Green+Blue) = 0+39+17=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 39 (15.62% from 255 or 69.64% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 39 - color contains mainly: green. Hex color #002711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002711 is #FFD8EE. Grayscale: #181818. Windows color (decimal): -16767215 or 1124096. OLE color: 1124096.
HSL color Cylindrical-coordinate representation of color #002711: hue angle of 146.15º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002711 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 39 | 17 | - |
| CMYK | 1 | 0 | 0.56 | 0.85 |
| HSL | 146.15º | 1% | 0.08% | - |
| HSV(B) | 146.15º | 1% | 0.15% | - |
| XYZ | 0.83 | 1.49 | 0.77 | - |
| YUV | 24.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 17 | 1 | 0 | 0.56 | 0.85 | 146.15 | 1 | 0.08 |
| Hex | 0 | 27 | 11 | 64 | 0 | 38 | 55 | 92 | 64 | 8 |
| Octal | 0 | 47 | 21 | 144 | 0 | 70 | 125 | 222 | 144 | 10 |
| Binary | 0 | 100111 | 10001 | 1100100 | 0 | 111000 | 1010101 | 10010010 | 1100100 | 1000 |
Color Harmonies of #002711
Complementary color
Monochromatic Colors of #002711
Black with #002711
Text Example
Text Example
White with #002711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002711; }
p { color: rgb(0,39,17); }
H1.HeaderClassName
{
color: #002711;
}
.AnyTagClassName
{
color: #002711;
}
</style>
background-color css
<style>
a { background-color: #002711; }
a { background-color: rgb(0,39,17); }
div.DivClassName
{
background-color: #002711;
}
.BgClassName
{
background-color: #002711;
}
</style>
border-color css
<style>
span { border-color: #002711; }
span { border-color: rgb(0,39,17); }
td.TdClassName
{
border-color: #002711;
}
.TagClassName
{
border-color: #002711;
}
</style>