Shades of Dark Green #05220E
Tints of Dark Green #05220E
RGB
CMYK
RGB Variations
Color information
#05220E (or 0x05220E) is known color: Dark Green. HEX triplet: 05, 22 and 0E. RGB value is (5,34,14). Sum of RGB (Red+Green+Blue) = 5+34+14=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 34 (13.67% from 255 or 64.15% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 34 - color contains mainly: green. Hex color #05220E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05220E is #FADDF1. Grayscale: #171717. Windows color (decimal): -16440818 or 926213. OLE color: 926213.
HSL color Cylindrical-coordinate representation of color #05220E: hue angle of 138.62º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #05220E is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 34 | 14 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.87 |
| HSL | 138.62º | 0.74% | 0.08% | - |
| HSV(B) | 138.62º | 0.85% | 0.13% | - |
| XYZ | 0.71 | 1.21 | 0.61 | - |
| YUV | 23.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 14 | 0.85 | 0 | 0.59 | 0.87 | 138.62 | 0.74 | 0.08 |
| Hex | 5 | 22 | E | 55 | 0 | 3B | 57 | 8B | 4A | 8 |
| Octal | 5 | 42 | 16 | 125 | 0 | 73 | 127 | 213 | 112 | 10 |
| Binary | 101 | 100010 | 1110 | 1010101 | 0 | 111011 | 1010111 | 10001011 | 1001010 | 1000 |
Color Harmonies of #05220E
Complementary color
Monochromatic Colors of #05220E
Black with #05220E
Text Example
Text Example
White with #05220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05220E; }
p { color: rgb(5,34,14); }
H1.HeaderClassName
{
color: #05220E;
}
.AnyTagClassName
{
color: #05220E;
}
</style>
background-color css
<style>
a { background-color: #05220E; }
a { background-color: rgb(5,34,14); }
div.DivClassName
{
background-color: #05220E;
}
.BgClassName
{
background-color: #05220E;
}
</style>
border-color css
<style>
span { border-color: #05220E; }
span { border-color: rgb(5,34,14); }
td.TdClassName
{
border-color: #05220E;
}
.TagClassName
{
border-color: #05220E;
}
</style>