Shades of Dark Green #05332E
Tints of Dark Green #05332E
RGB
CMYK
RGB Variations
Color information
#05332E (or 0x05332E) is known color: Dark Green. HEX triplet: 05, 33 and 2E. RGB value is (5,51,46). Sum of RGB (Red+Green+Blue) = 5+51+46=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #05332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05332E is #FACCD1. Grayscale: #242424. Windows color (decimal): -16436434 or 3027717. OLE color: 3027717.
HSL color Cylindrical-coordinate representation of color #05332E: hue angle of 173.48º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05332E is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 51 | 46 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.8 |
| HSL | 173.48º | 0.82% | 0.11% | - |
| HSV(B) | 173.48º | 0.9% | 0.2% | - |
| XYZ | 1.74 | 2.6 | 2.99 | - |
| YUV | 36.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 46 | 0.90 | 0 | 0.10 | 0.8 | 173.48 | 0.82 | 0.11 |
| Hex | 5 | 33 | 2E | 5A | 0 | A | 50 | AD | 52 | B |
| Octal | 5 | 63 | 56 | 132 | 0 | 12 | 120 | 255 | 122 | 13 |
| Binary | 101 | 110011 | 101110 | 1011010 | 0 | 1010 | 1010000 | 10101101 | 1010010 | 1011 |
Color Harmonies of #05332E
Complementary color
Monochromatic Colors of #05332E
Black with #05332E
Text Example
Text Example
White with #05332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05332E; }
p { color: rgb(5,51,46); }
H1.HeaderClassName
{
color: #05332E;
}
.AnyTagClassName
{
color: #05332E;
}
</style>
background-color css
<style>
a { background-color: #05332E; }
a { background-color: rgb(5,51,46); }
div.DivClassName
{
background-color: #05332E;
}
.BgClassName
{
background-color: #05332E;
}
</style>
border-color css
<style>
span { border-color: #05332E; }
span { border-color: rgb(5,51,46); }
td.TdClassName
{
border-color: #05332E;
}
.TagClassName
{
border-color: #05332E;
}
</style>