Shades of Dark Green #052910
Tints of Dark Green #052910
RGB
CMYK
RGB Variations
Color information
#052910 (or 0x052910) is known color: Dark Green. HEX triplet: 05, 29 and 10. RGB value is (5,41,16). Sum of RGB (Red+Green+Blue) = 5+41+16=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 41 (16.41% from 255 or 66.13% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 41 - color contains mainly: green. Hex color #052910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052910 is #FAD6EF. Grayscale: #1B1B1B. Windows color (decimal): -16439024 or 1059077. OLE color: 1059077.
HSL color Cylindrical-coordinate representation of color #052910: hue angle of 138.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052910 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 41 | 16 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.84 |
| HSL | 138.33º | 0.78% | 0.09% | - |
| HSV(B) | 138.33º | 0.88% | 0.16% | - |
| XYZ | 0.95 | 1.66 | 0.76 | - |
| YUV | 27.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 16 | 0.88 | 0 | 0.61 | 0.84 | 138.33 | 0.78 | 0.09 |
| Hex | 5 | 29 | 10 | 58 | 0 | 3D | 54 | 8A | 4E | 9 |
| Octal | 5 | 51 | 20 | 130 | 0 | 75 | 124 | 212 | 116 | 11 |
| Binary | 101 | 101001 | 10000 | 1011000 | 0 | 111101 | 1010100 | 10001010 | 1001110 | 1001 |
Color Harmonies of #052910
Complementary color
Monochromatic Colors of #052910
Black with #052910
Text Example
Text Example
White with #052910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052910; }
p { color: rgb(5,41,16); }
H1.HeaderClassName
{
color: #052910;
}
.AnyTagClassName
{
color: #052910;
}
</style>
background-color css
<style>
a { background-color: #052910; }
a { background-color: rgb(5,41,16); }
div.DivClassName
{
background-color: #052910;
}
.BgClassName
{
background-color: #052910;
}
</style>
border-color css
<style>
span { border-color: #052910; }
span { border-color: rgb(5,41,16); }
td.TdClassName
{
border-color: #052910;
}
.TagClassName
{
border-color: #052910;
}
</style>