Shades of Dark Green #052014
Tints of Dark Green #052014
RGB
CMYK
RGB Variations
Color information
#052014 (or 0x052014) is known color: Dark Green. HEX triplet: 05, 20 and 14. RGB value is (5,32,20). Sum of RGB (Red+Green+Blue) = 5+32+20=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #052014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052014 is #FADFEB. Grayscale: #161616. Windows color (decimal): -16441324 or 1318917. OLE color: 1318917.
HSL color Cylindrical-coordinate representation of color #052014: hue angle of 153.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 #052014 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 32 | 20 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.87 |
| HSL | 153.33º | 0.73% | 0.07% | - |
| HSV(B) | 153.33º | 0.84% | 0.13% | - |
| XYZ | 0.71 | 1.12 | 0.84 | - |
| YUV | 22.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 20 | 0.84 | 0 | 0.37 | 0.87 | 153.33 | 0.73 | 0.07 |
| Hex | 5 | 20 | 14 | 54 | 0 | 25 | 57 | 99 | 49 | 7 |
| Octal | 5 | 40 | 24 | 124 | 0 | 45 | 127 | 231 | 111 | 7 |
| Binary | 101 | 100000 | 10100 | 1010100 | 0 | 100101 | 1010111 | 10011001 | 1001001 | 111 |
Color Harmonies of #052014
Complementary color
Monochromatic Colors of #052014
Black with #052014
Text Example
Text Example
White with #052014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052014; }
p { color: rgb(5,32,20); }
H1.HeaderClassName
{
color: #052014;
}
.AnyTagClassName
{
color: #052014;
}
</style>
background-color css
<style>
a { background-color: #052014; }
a { background-color: rgb(5,32,20); }
div.DivClassName
{
background-color: #052014;
}
.BgClassName
{
background-color: #052014;
}
</style>
border-color css
<style>
span { border-color: #052014; }
span { border-color: rgb(5,32,20); }
td.TdClassName
{
border-color: #052014;
}
.TagClassName
{
border-color: #052014;
}
</style>