Shades of Dark Green #003C32
Tints of Dark Green #003C32
RGB
CMYK
RGB Variations
Color information
#003C32 (or 0x003C32) is known color: Dark Green. HEX triplet: 00, 3C and 32. RGB value is (0,60,50). Sum of RGB (Red+Green+Blue) = 0+60+50=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 60 (23.83% from 255 or 54.55% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 60 - color contains mainly: green. Hex color #003C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C32 is #FFC3CD. Grayscale: #282828. Windows color (decimal): -16761806 or 3292160. OLE color: 3292160.
HSL color Cylindrical-coordinate representation of color #003C32: hue angle of 170º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C32 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 60 | 50 | - |
| CMYK | 1 | 0 | 0.17 | 0.76 |
| HSL | 170º | 1% | 0.12% | - |
| HSV(B) | 170º | 1% | 0.24% | - |
| XYZ | 2.19 | 3.46 | 3.57 | - |
| YUV | 40.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 50 | 1 | 0 | 0.17 | 0.76 | 170 | 1 | 0.12 |
| Hex | 0 | 3C | 32 | 64 | 0 | 11 | 4C | AA | 64 | C |
| Octal | 0 | 74 | 62 | 144 | 0 | 21 | 114 | 252 | 144 | 14 |
| Binary | 0 | 111100 | 110010 | 1100100 | 0 | 10001 | 1001100 | 10101010 | 1100100 | 1100 |
Color Harmonies of #003C32
Complementary color
Monochromatic Colors of #003C32
Black with #003C32
Text Example
Text Example
White with #003C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C32; }
p { color: rgb(0,60,50); }
H1.HeaderClassName
{
color: #003C32;
}
.AnyTagClassName
{
color: #003C32;
}
</style>
background-color css
<style>
a { background-color: #003C32; }
a { background-color: rgb(0,60,50); }
div.DivClassName
{
background-color: #003C32;
}
.BgClassName
{
background-color: #003C32;
}
</style>
border-color css
<style>
span { border-color: #003C32; }
span { border-color: rgb(0,60,50); }
td.TdClassName
{
border-color: #003C32;
}
.TagClassName
{
border-color: #003C32;
}
</style>