Shades of Dark Green #05211F
Tints of Dark Green #05211F
RGB
CMYK
RGB Variations
Color information
#05211F (or 0x05211F) is known color: Dark Green. HEX triplet: 05, 21 and 1F. RGB value is (5,33,31). Sum of RGB (Red+Green+Blue) = 5+33+31=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #05211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05211F is #FADEE0. Grayscale: #181818. Windows color (decimal): -16441057 or 2040069. OLE color: 2040069.
HSL color Cylindrical-coordinate representation of color #05211F: hue angle of 175.71º 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 #05211F is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 33 | 31 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.87 |
| HSL | 175.71º | 0.74% | 0.07% | - |
| HSV(B) | 175.71º | 0.85% | 0.13% | - |
| XYZ | 0.85 | 1.22 | 1.49 | - |
| YUV | 24.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 31 | 0.85 | 0 | 0.06 | 0.87 | 175.71 | 0.74 | 0.07 |
| Hex | 5 | 21 | 1F | 55 | 0 | 6 | 57 | B0 | 4A | 7 |
| Octal | 5 | 41 | 37 | 125 | 0 | 6 | 127 | 260 | 112 | 7 |
| Binary | 101 | 100001 | 11111 | 1010101 | 0 | 110 | 1010111 | 10110000 | 1001010 | 111 |
Color Harmonies of #05211F
Complementary color
Monochromatic Colors of #05211F
Black with #05211F
Text Example
Text Example
White with #05211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05211F; }
p { color: rgb(5,33,31); }
H1.HeaderClassName
{
color: #05211F;
}
.AnyTagClassName
{
color: #05211F;
}
</style>
background-color css
<style>
a { background-color: #05211F; }
a { background-color: rgb(5,33,31); }
div.DivClassName
{
background-color: #05211F;
}
.BgClassName
{
background-color: #05211F;
}
</style>
border-color css
<style>
span { border-color: #05211F; }
span { border-color: rgb(5,33,31); }
td.TdClassName
{
border-color: #05211F;
}
.TagClassName
{
border-color: #05211F;
}
</style>