Shades of Dark Green #06332D
Tints of Dark Green #06332D
RGB
CMYK
RGB Variations
Color information
#06332D (or 0x06332D) is known color: Dark Green. HEX triplet: 06, 33 and 2D. RGB value is (6,51,45). Sum of RGB (Red+Green+Blue) = 6+51+45=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #06332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06332D is #F9CCD2. Grayscale: #242424. Windows color (decimal): -16370899 or 2962182. OLE color: 2962182.
HSL color Cylindrical-coordinate representation of color #06332D: hue angle of 172º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06332D is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 6 | 51 | 45 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.8 |
| HSL | 172º | 0.79% | 0.11% | - |
| HSV(B) | 172º | 0.88% | 0.2% | - |
| XYZ | 1.73 | 2.6 | 2.89 | - |
| YUV | 36.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 45 | 0.88 | 0 | 0.12 | 0.8 | 172 | 0.79 | 0.11 |
| Hex | 6 | 33 | 2D | 58 | 0 | C | 50 | AC | 4F | B |
| Octal | 6 | 63 | 55 | 130 | 0 | 14 | 120 | 254 | 117 | 13 |
| Binary | 110 | 110011 | 101101 | 1011000 | 0 | 1100 | 1010000 | 10101100 | 1001111 | 1011 |
Color Harmonies of #06332D
Complementary color
Monochromatic Colors of #06332D
Black with #06332D
Text Example
Text Example
White with #06332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06332D; }
p { color: rgb(6,51,45); }
H1.HeaderClassName
{
color: #06332D;
}
.AnyTagClassName
{
color: #06332D;
}
</style>
background-color css
<style>
a { background-color: #06332D; }
a { background-color: rgb(6,51,45); }
div.DivClassName
{
background-color: #06332D;
}
.BgClassName
{
background-color: #06332D;
}
</style>
border-color css
<style>
span { border-color: #06332D; }
span { border-color: rgb(6,51,45); }
td.TdClassName
{
border-color: #06332D;
}
.TagClassName
{
border-color: #06332D;
}
</style>