Shades of Dark Green #05210E
Tints of Dark Green #05210E
RGB
CMYK
RGB Variations
Color information
#05210E (or 0x05210E) is known color: Dark Green. HEX triplet: 05, 21 and 0E. RGB value is (5,33,14). Sum of RGB (Red+Green+Blue) = 5+33+14=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 33 (13.28% from 255 or 63.46% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 33 - color contains mainly: green. Hex color #05210E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05210E is #FADEF1. Grayscale: #161616. Windows color (decimal): -16441074 or 925957. OLE color: 925957.
HSL color Cylindrical-coordinate representation of color #05210E: hue angle of 139.29º 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 #05210E is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 33 | 14 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.87 |
| HSL | 139.29º | 0.74% | 0.07% | - |
| HSV(B) | 139.29º | 0.85% | 0.13% | - |
| XYZ | 0.69 | 1.15 | 0.6 | - |
| YUV | 22.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 14 | 0.85 | 0 | 0.58 | 0.87 | 139.29 | 0.74 | 0.07 |
| Hex | 5 | 21 | E | 55 | 0 | 3A | 57 | 8B | 4A | 7 |
| Octal | 5 | 41 | 16 | 125 | 0 | 72 | 127 | 213 | 112 | 7 |
| Binary | 101 | 100001 | 1110 | 1010101 | 0 | 111010 | 1010111 | 10001011 | 1001010 | 111 |
Color Harmonies of #05210E
Complementary color
Monochromatic Colors of #05210E
Black with #05210E
Text Example
Text Example
White with #05210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05210E; }
p { color: rgb(5,33,14); }
H1.HeaderClassName
{
color: #05210E;
}
.AnyTagClassName
{
color: #05210E;
}
</style>
background-color css
<style>
a { background-color: #05210E; }
a { background-color: rgb(5,33,14); }
div.DivClassName
{
background-color: #05210E;
}
.BgClassName
{
background-color: #05210E;
}
</style>
border-color css
<style>
span { border-color: #05210E; }
span { border-color: rgb(5,33,14); }
td.TdClassName
{
border-color: #05210E;
}
.TagClassName
{
border-color: #05210E;
}
</style>