Shades of Dark Green #05201D
Tints of Dark Green #05201D
RGB
CMYK
RGB Variations
Color information
#05201D (or 0x05201D) is known color: Dark Green. HEX triplet: 05, 20 and 1D. RGB value is (5,32,29). Sum of RGB (Red+Green+Blue) = 5+32+29=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #05201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05201D is #FADFE2. Grayscale: #171717. Windows color (decimal): -16441315 or 1908741. OLE color: 1908741.
HSL color Cylindrical-coordinate representation of color #05201D: hue angle of 173.33º 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 #05201D is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 32 | 29 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.87 |
| HSL | 173.33º | 0.73% | 0.07% | - |
| HSV(B) | 173.33º | 0.84% | 0.13% | - |
| XYZ | 0.8 | 1.15 | 1.34 | - |
| YUV | 23.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 29 | 0.84 | 0 | 0.09 | 0.87 | 173.33 | 0.73 | 0.07 |
| Hex | 5 | 20 | 1D | 54 | 0 | 9 | 57 | AD | 49 | 7 |
| Octal | 5 | 40 | 35 | 124 | 0 | 11 | 127 | 255 | 111 | 7 |
| Binary | 101 | 100000 | 11101 | 1010100 | 0 | 1001 | 1010111 | 10101101 | 1001001 | 111 |
Color Harmonies of #05201D
Complementary color
Monochromatic Colors of #05201D
Black with #05201D
Text Example
Text Example
White with #05201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05201D; }
p { color: rgb(5,32,29); }
H1.HeaderClassName
{
color: #05201D;
}
.AnyTagClassName
{
color: #05201D;
}
</style>
background-color css
<style>
a { background-color: #05201D; }
a { background-color: rgb(5,32,29); }
div.DivClassName
{
background-color: #05201D;
}
.BgClassName
{
background-color: #05201D;
}
</style>
border-color css
<style>
span { border-color: #05201D; }
span { border-color: rgb(5,32,29); }
td.TdClassName
{
border-color: #05201D;
}
.TagClassName
{
border-color: #05201D;
}
</style>