Shades of Dark Green #05210D
Tints of Dark Green #05210D
RGB
CMYK
RGB Variations
Color information
#05210D (or 0x05210D) is known color: Dark Green. HEX triplet: 05, 21 and 0D. RGB value is (5,33,13). Sum of RGB (Red+Green+Blue) = 5+33+13=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 33 (13.28% from 255 or 64.71% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 33 - color contains mainly: green. Hex color #05210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05210D is #FADEF2. Grayscale: #161616. Windows color (decimal): -16441075 or 860421. OLE color: 860421.
HSL color Cylindrical-coordinate representation of color #05210D: hue angle of 137.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 #05210D is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 33 | 13 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.87 |
| HSL | 137.14º | 0.74% | 0.07% | - |
| HSV(B) | 137.14º | 0.85% | 0.13% | - |
| XYZ | 0.68 | 1.15 | 0.57 | - |
| YUV | 22.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 13 | 0.85 | 0 | 0.61 | 0.87 | 137.14 | 0.74 | 0.07 |
| Hex | 5 | 21 | D | 55 | 0 | 3D | 57 | 89 | 4A | 7 |
| Octal | 5 | 41 | 15 | 125 | 0 | 75 | 127 | 211 | 112 | 7 |
| Binary | 101 | 100001 | 1101 | 1010101 | 0 | 111101 | 1010111 | 10001001 | 1001010 | 111 |
Color Harmonies of #05210D
Complementary color
Monochromatic Colors of #05210D
Black with #05210D
Text Example
Text Example
White with #05210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05210D; }
p { color: rgb(5,33,13); }
H1.HeaderClassName
{
color: #05210D;
}
.AnyTagClassName
{
color: #05210D;
}
</style>
background-color css
<style>
a { background-color: #05210D; }
a { background-color: rgb(5,33,13); }
div.DivClassName
{
background-color: #05210D;
}
.BgClassName
{
background-color: #05210D;
}
</style>
border-color css
<style>
span { border-color: #05210D; }
span { border-color: rgb(5,33,13); }
td.TdClassName
{
border-color: #05210D;
}
.TagClassName
{
border-color: #05210D;
}
</style>