Shades of Dark Green #05201F
Tints of Dark Green #05201F
RGB
CMYK
RGB Variations
Color information
#05201F (or 0x05201F) is known color: Dark Green. HEX triplet: 05, 20 and 1F. RGB value is (5,32,31). Sum of RGB (Red+Green+Blue) = 5+32+31=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 32 - color contains mainly: green. Hex color #05201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05201F is #FADFE0. Grayscale: #171717. Windows color (decimal): -16441313 or 2039813. OLE color: 2039813.
HSL color Cylindrical-coordinate representation of color #05201F: hue angle of 177.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 #05201F is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 32 | 31 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.87 |
| HSL | 177.78º | 0.73% | 0.07% | - |
| HSV(B) | 177.78º | 0.84% | 0.13% | - |
| XYZ | 0.83 | 1.16 | 1.48 | - |
| YUV | 23.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 31 | 0.84 | 0 | 0.03 | 0.87 | 177.78 | 0.73 | 0.07 |
| Hex | 5 | 20 | 1F | 54 | 0 | 3 | 57 | B2 | 49 | 7 |
| Octal | 5 | 40 | 37 | 124 | 0 | 3 | 127 | 262 | 111 | 7 |
| Binary | 101 | 100000 | 11111 | 1010100 | 0 | 11 | 1010111 | 10110010 | 1001001 | 111 |
Color Harmonies of #05201F
Complementary color
Monochromatic Colors of #05201F
Black with #05201F
Text Example
Text Example
White with #05201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05201F; }
p { color: rgb(5,32,31); }
H1.HeaderClassName
{
color: #05201F;
}
.AnyTagClassName
{
color: #05201F;
}
</style>
background-color css
<style>
a { background-color: #05201F; }
a { background-color: rgb(5,32,31); }
div.DivClassName
{
background-color: #05201F;
}
.BgClassName
{
background-color: #05201F;
}
</style>
border-color css
<style>
span { border-color: #05201F; }
span { border-color: rgb(5,32,31); }
td.TdClassName
{
border-color: #05201F;
}
.TagClassName
{
border-color: #05201F;
}
</style>