Shades of Dark Green #052020
Tints of Dark Green #052020
RGB
CMYK
RGB Variations
Color information
#052020 (or 0x052020) is known color: Dark Green. HEX triplet: 05, 20 and 20. RGB value is (5,32,32). Sum of RGB (Red+Green+Blue) = 5+32+32=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #052020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052020 is #FADFDF. Grayscale: #171717. Windows color (decimal): -16441312 or 2105349. OLE color: 2105349.
HSL color Cylindrical-coordinate representation of color #052020: hue angle of 180º 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 #052020 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 5 | 32 | 32 | - |
CMYK | 0.84 | 0 | 0 | 0.87 |
HSL | 180º | 0.73% | 0.07% | - |
HSV(B) | 180º | 0.84% | 0.13% | - |
XYZ | 0.84 | 1.17 | 1.55 | - |
YUV | 23.93 | 132.55 | 114.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 32 | 32 | 0.84 | 0 | 0 | 0.87 | 180 | 0.73 | 0.07 |
Hex | 5 | 20 | 20 | 54 | 0 | 0 | 57 | B4 | 49 | 7 |
Octal | 5 | 40 | 40 | 124 | 0 | 0 | 127 | 264 | 111 | 7 |
Binary | 101 | 100000 | 100000 | 1010100 | 0 | 0 | 1010111 | 10110100 | 1001001 | 111 |
Color Harmonies of #052020
Complementary color
Monochromatic Colors of #052020
Black with #052020
Text Example
Text Example
White with #052020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052020; }
p { color: rgb(5,32,32); }
H1.HeaderClassName
{
color: #052020;
}
.AnyTagClassName
{
color: #052020;
}
</style>
background-color css
<style>
a { background-color: #052020; }
a { background-color: rgb(5,32,32); }
div.DivClassName
{
background-color: #052020;
}
.BgClassName
{
background-color: #052020;
}
</style>
border-color css
<style>
span { border-color: #052020; }
span { border-color: rgb(5,32,32); }
td.TdClassName
{
border-color: #052020;
}
.TagClassName
{
border-color: #052020;
}
</style>