Shades of Dark Green #05332C
Tints of Dark Green #05332C
RGB
CMYK
RGB Variations
Color information
#05332C (or 0x05332C) is known color: Dark Green. HEX triplet: 05, 33 and 2C. RGB value is (5,51,44). Sum of RGB (Red+Green+Blue) = 5+51+44=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #05332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05332C is #FACCD3. Grayscale: #242424. Windows color (decimal): -16436436 or 2896645. OLE color: 2896645.
HSL color Cylindrical-coordinate representation of color #05332C: hue angle of 170.87º 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 #05332C is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 51 | 44 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.8 |
| HSL | 170.87º | 0.82% | 0.11% | - |
| HSV(B) | 170.87º | 0.9% | 0.2% | - |
| XYZ | 1.7 | 2.58 | 2.79 | - |
| YUV | 36.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 44 | 0.90 | 0 | 0.14 | 0.8 | 170.87 | 0.82 | 0.11 |
| Hex | 5 | 33 | 2C | 5A | 0 | E | 50 | AB | 52 | B |
| Octal | 5 | 63 | 54 | 132 | 0 | 16 | 120 | 253 | 122 | 13 |
| Binary | 101 | 110011 | 101100 | 1011010 | 0 | 1110 | 1010000 | 10101011 | 1010010 | 1011 |
Color Harmonies of #05332C
Complementary color
Monochromatic Colors of #05332C
Black with #05332C
Text Example
Text Example
White with #05332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05332C; }
p { color: rgb(5,51,44); }
H1.HeaderClassName
{
color: #05332C;
}
.AnyTagClassName
{
color: #05332C;
}
</style>
background-color css
<style>
a { background-color: #05332C; }
a { background-color: rgb(5,51,44); }
div.DivClassName
{
background-color: #05332C;
}
.BgClassName
{
background-color: #05332C;
}
</style>
border-color css
<style>
span { border-color: #05332C; }
span { border-color: rgb(5,51,44); }
td.TdClassName
{
border-color: #05332C;
}
.TagClassName
{
border-color: #05332C;
}
</style>