Shades of Dark Green #05332D
Tints of Dark Green #05332D
RGB
CMYK
RGB Variations
Color information
#05332D (or 0x05332D) is known color: Dark Green. HEX triplet: 05, 33 and 2D. RGB value is (5,51,45). Sum of RGB (Red+Green+Blue) = 5+51+45=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #05332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05332D is #FACCD2. Grayscale: #242424. Windows color (decimal): -16436435 or 2962181. OLE color: 2962181.
HSL color Cylindrical-coordinate representation of color #05332D: hue angle of 172.17º 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 #05332D is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 51 | 45 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.8 |
| HSL | 172.17º | 0.82% | 0.11% | - |
| HSV(B) | 172.17º | 0.9% | 0.2% | - |
| XYZ | 1.72 | 2.59 | 2.89 | - |
| YUV | 36.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 45 | 0.90 | 0 | 0.12 | 0.8 | 172.17 | 0.82 | 0.11 |
| Hex | 5 | 33 | 2D | 5A | 0 | C | 50 | AC | 52 | B |
| Octal | 5 | 63 | 55 | 132 | 0 | 14 | 120 | 254 | 122 | 13 |
| Binary | 101 | 110011 | 101101 | 1011010 | 0 | 1100 | 1010000 | 10101100 | 1010010 | 1011 |
Color Harmonies of #05332D
Complementary color
Monochromatic Colors of #05332D
Black with #05332D
Text Example
Text Example
White with #05332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05332D; }
p { color: rgb(5,51,45); }
H1.HeaderClassName
{
color: #05332D;
}
.AnyTagClassName
{
color: #05332D;
}
</style>
background-color css
<style>
a { background-color: #05332D; }
a { background-color: rgb(5,51,45); }
div.DivClassName
{
background-color: #05332D;
}
.BgClassName
{
background-color: #05332D;
}
</style>
border-color css
<style>
span { border-color: #05332D; }
span { border-color: rgb(5,51,45); }
td.TdClassName
{
border-color: #05332D;
}
.TagClassName
{
border-color: #05332D;
}
</style>