Shades of Dark Green #05211B
Tints of Dark Green #05211B
RGB
CMYK
RGB Variations
Color information
#05211B (or 0x05211B) is known color: Dark Green. HEX triplet: 05, 21 and 1B. RGB value is (5,33,27). Sum of RGB (Red+Green+Blue) = 5+33+27=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 33 (13.28% from 255 or 50.77% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 33 - color contains mainly: green. Hex color #05211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05211B is #FADEE4. Grayscale: #171717. Windows color (decimal): -16441061 or 1777925. OLE color: 1777925.
HSL color Cylindrical-coordinate representation of color #05211B: hue angle of 167.14º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #05211B is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 33 | 27 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.87 |
| HSL | 167.14º | 0.74% | 0.07% | - |
| HSV(B) | 167.14º | 0.85% | 0.13% | - |
| XYZ | 0.8 | 1.2 | 1.23 | - |
| YUV | 23.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 27 | 0.85 | 0 | 0.18 | 0.87 | 167.14 | 0.74 | 0.07 |
| Hex | 5 | 21 | 1B | 55 | 0 | 12 | 57 | A7 | 4A | 7 |
| Octal | 5 | 41 | 33 | 125 | 0 | 22 | 127 | 247 | 112 | 7 |
| Binary | 101 | 100001 | 11011 | 1010101 | 0 | 10010 | 1010111 | 10100111 | 1001010 | 111 |
Color Harmonies of #05211B
Complementary color
Monochromatic Colors of #05211B
Black with #05211B
Text Example
Text Example
White with #05211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05211B; }
p { color: rgb(5,33,27); }
H1.HeaderClassName
{
color: #05211B;
}
.AnyTagClassName
{
color: #05211B;
}
</style>
background-color css
<style>
a { background-color: #05211B; }
a { background-color: rgb(5,33,27); }
div.DivClassName
{
background-color: #05211B;
}
.BgClassName
{
background-color: #05211B;
}
</style>
border-color css
<style>
span { border-color: #05211B; }
span { border-color: rgb(5,33,27); }
td.TdClassName
{
border-color: #05211B;
}
.TagClassName
{
border-color: #05211B;
}
</style>