Shades of Dark Green #05200E
Tints of Dark Green #05200E
RGB
CMYK
RGB Variations
Color information
#05200E (or 0x05200E) is known color: Dark Green. HEX triplet: 05, 20 and 0E. RGB value is (5,32,14). Sum of RGB (Red+Green+Blue) = 5+32+14=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 32 (12.89% from 255 or 62.75% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 32 - color contains mainly: green. Hex color #05200E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05200E is #FADFF1. Grayscale: #151515. Windows color (decimal): -16441330 or 925701. OLE color: 925701.
HSL color Cylindrical-coordinate representation of color #05200E: hue angle of 140º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #05200E is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 32 | 14 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.87 |
| HSL | 140º | 0.73% | 0.07% | - |
| HSV(B) | 140º | 0.84% | 0.13% | - |
| XYZ | 0.66 | 1.1 | 0.59 | - |
| YUV | 21.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 14 | 0.84 | 0 | 0.56 | 0.87 | 140 | 0.73 | 0.07 |
| Hex | 5 | 20 | E | 54 | 0 | 38 | 57 | 8C | 49 | 7 |
| Octal | 5 | 40 | 16 | 124 | 0 | 70 | 127 | 214 | 111 | 7 |
| Binary | 101 | 100000 | 1110 | 1010100 | 0 | 111000 | 1010111 | 10001100 | 1001001 | 111 |
Color Harmonies of #05200E
Complementary color
Monochromatic Colors of #05200E
Black with #05200E
Text Example
Text Example
White with #05200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05200E; }
p { color: rgb(5,32,14); }
H1.HeaderClassName
{
color: #05200E;
}
.AnyTagClassName
{
color: #05200E;
}
</style>
background-color css
<style>
a { background-color: #05200E; }
a { background-color: rgb(5,32,14); }
div.DivClassName
{
background-color: #05200E;
}
.BgClassName
{
background-color: #05200E;
}
</style>
border-color css
<style>
span { border-color: #05200E; }
span { border-color: rgb(5,32,14); }
td.TdClassName
{
border-color: #05200E;
}
.TagClassName
{
border-color: #05200E;
}
</style>