Shades of Dark Green #032324
Tints of Dark Green #032324
RGB
CMYK
RGB Variations
Color information
#032324 (or 0x032324) is known color: Dark Green. HEX triplet: 03, 23 and 24. RGB value is (3,35,36). Sum of RGB (Red+Green+Blue) = 3+35+36=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: blue. Hex color #032324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032324 is #FCDCDB. Grayscale: #191919. Windows color (decimal): -16571612 or 2368259. OLE color: 2368259.
HSL color Cylindrical-coordinate representation of color #032324: hue angle of 181.82º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #032324 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 35 | 36 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.86 |
| HSL | 181.82º | 0.85% | 0.08% | - |
| HSV(B) | 181.82º | 0.92% | 0.14% | - |
| XYZ | 0.96 | 1.35 | 1.88 | - |
| YUV | 25.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 36 | 0.92 | 0.03 | 0 | 0.86 | 181.82 | 0.85 | 0.08 |
| Hex | 3 | 23 | 24 | 5C | 3 | 0 | 56 | B6 | 55 | 8 |
| Octal | 3 | 43 | 44 | 134 | 3 | 0 | 126 | 266 | 125 | 10 |
| Binary | 11 | 100011 | 100100 | 1011100 | 11 | 0 | 1010110 | 10110110 | 1010101 | 1000 |
Color Harmonies of #032324
Complementary color
Monochromatic Colors of #032324
Black with #032324
Text Example
Text Example
White with #032324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032324; }
p { color: rgb(3,35,36); }
H1.HeaderClassName
{
color: #032324;
}
.AnyTagClassName
{
color: #032324;
}
</style>
background-color css
<style>
a { background-color: #032324; }
a { background-color: rgb(3,35,36); }
div.DivClassName
{
background-color: #032324;
}
.BgClassName
{
background-color: #032324;
}
</style>
border-color css
<style>
span { border-color: #032324; }
span { border-color: rgb(3,35,36); }
td.TdClassName
{
border-color: #032324;
}
.TagClassName
{
border-color: #032324;
}
</style>