Shades of Dark Green #05200D
Tints of Dark Green #05200D
RGB
CMYK
RGB Variations
Color information
#05200D (or 0x05200D) is known color: Dark Green. HEX triplet: 05, 20 and 0D. RGB value is (5,32,13). Sum of RGB (Red+Green+Blue) = 5+32+13=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 32 (12.89% from 255 or 64% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 32 - color contains mainly: green. Hex color #05200D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05200D is #FADFF2. Grayscale: #151515. Windows color (decimal): -16441331 or 860165. OLE color: 860165.
HSL color Cylindrical-coordinate representation of color #05200D: hue angle of 137.78º 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 #05200D is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 32 | 13 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.87 |
| HSL | 137.78º | 0.73% | 0.07% | - |
| HSV(B) | 137.78º | 0.84% | 0.13% | - |
| XYZ | 0.65 | 1.09 | 0.56 | - |
| YUV | 21.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 13 | 0.84 | 0 | 0.59 | 0.87 | 137.78 | 0.73 | 0.07 |
| Hex | 5 | 20 | D | 54 | 0 | 3B | 57 | 8A | 49 | 7 |
| Octal | 5 | 40 | 15 | 124 | 0 | 73 | 127 | 212 | 111 | 7 |
| Binary | 101 | 100000 | 1101 | 1010100 | 0 | 111011 | 1010111 | 10001010 | 1001001 | 111 |
Color Harmonies of #05200D
Complementary color
Monochromatic Colors of #05200D
Black with #05200D
Text Example
Text Example
White with #05200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05200D; }
p { color: rgb(5,32,13); }
H1.HeaderClassName
{
color: #05200D;
}
.AnyTagClassName
{
color: #05200D;
}
</style>
background-color css
<style>
a { background-color: #05200D; }
a { background-color: rgb(5,32,13); }
div.DivClassName
{
background-color: #05200D;
}
.BgClassName
{
background-color: #05200D;
}
</style>
border-color css
<style>
span { border-color: #05200D; }
span { border-color: rgb(5,32,13); }
td.TdClassName
{
border-color: #05200D;
}
.TagClassName
{
border-color: #05200D;
}
</style>