Shades of Dark Green #032121
Tints of Dark Green #032121
RGB
CMYK
RGB Variations
Color information
#032121 (or 0x032121) is known color: Dark Green. HEX triplet: 03, 21 and 21. RGB value is (3,33,33). Sum of RGB (Red+Green+Blue) = 3+33+33=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 33 (13.28% from 255 or 47.83% from 69); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #032121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032121 is #FCDEDE. Grayscale: #171717. Windows color (decimal): -16572127 or 2171139. OLE color: 2171139.
HSL color Cylindrical-coordinate representation of color #032121: hue angle of 180º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032121 is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 33 | 33 | - |
| CMYK | 0.91 | 0 | 0 | 0.87 |
| HSL | 180º | 0.83% | 0.07% | - |
| HSV(B) | 180º | 0.91% | 0.13% | - |
| XYZ | 0.86 | 1.22 | 1.63 | - |
| YUV | 24.03 | 133.06 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 33 | 0.91 | 0 | 0 | 0.87 | 180 | 0.83 | 0.07 |
| Hex | 3 | 21 | 21 | 5B | 0 | 0 | 57 | B4 | 53 | 7 |
| Octal | 3 | 41 | 41 | 133 | 0 | 0 | 127 | 264 | 123 | 7 |
| Binary | 11 | 100001 | 100001 | 1011011 | 0 | 0 | 1010111 | 10110100 | 1010011 | 111 |
Color Harmonies of #032121
Complementary color
Monochromatic Colors of #032121
Black with #032121
Text Example
Text Example
White with #032121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032121; }
p { color: rgb(3,33,33); }
H1.HeaderClassName
{
color: #032121;
}
.AnyTagClassName
{
color: #032121;
}
</style>
background-color css
<style>
a { background-color: #032121; }
a { background-color: rgb(3,33,33); }
div.DivClassName
{
background-color: #032121;
}
.BgClassName
{
background-color: #032121;
}
</style>
border-color css
<style>
span { border-color: #032121; }
span { border-color: rgb(3,33,33); }
td.TdClassName
{
border-color: #032121;
}
.TagClassName
{
border-color: #032121;
}
</style>