Shades of Dark Green #052119
Tints of Dark Green #052119
RGB
CMYK
RGB Variations
Color information
#052119 (or 0x052119) is known color: Dark Green. HEX triplet: 05, 21 and 19. RGB value is (5,33,25). Sum of RGB (Red+Green+Blue) = 5+33+25=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #052119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052119 is #FADEE6. Grayscale: #171717. Windows color (decimal): -16441063 or 1646853. OLE color: 1646853.
HSL color Cylindrical-coordinate representation of color #052119: hue angle of 162.86º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #052119 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 33 | 25 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.87 |
| HSL | 162.86º | 0.74% | 0.07% | - |
| HSV(B) | 162.86º | 0.85% | 0.13% | - |
| XYZ | 0.78 | 1.19 | 1.11 | - |
| YUV | 23.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 25 | 0.85 | 0 | 0.24 | 0.87 | 162.86 | 0.74 | 0.07 |
| Hex | 5 | 21 | 19 | 55 | 0 | 18 | 57 | A3 | 4A | 7 |
| Octal | 5 | 41 | 31 | 125 | 0 | 30 | 127 | 243 | 112 | 7 |
| Binary | 101 | 100001 | 11001 | 1010101 | 0 | 11000 | 1010111 | 10100011 | 1001010 | 111 |
Color Harmonies of #052119
Complementary color
Monochromatic Colors of #052119
Black with #052119
Text Example
Text Example
White with #052119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052119; }
p { color: rgb(5,33,25); }
H1.HeaderClassName
{
color: #052119;
}
.AnyTagClassName
{
color: #052119;
}
</style>
background-color css
<style>
a { background-color: #052119; }
a { background-color: rgb(5,33,25); }
div.DivClassName
{
background-color: #052119;
}
.BgClassName
{
background-color: #052119;
}
</style>
border-color css
<style>
span { border-color: #052119; }
span { border-color: rgb(5,33,25); }
td.TdClassName
{
border-color: #052119;
}
.TagClassName
{
border-color: #052119;
}
</style>