Shades of Dark Green #03201C
Tints of Dark Green #03201C
RGB
CMYK
RGB Variations
Color information
#03201C (or 0x03201C) is known color: Dark Green. HEX triplet: 03, 20 and 1C. RGB value is (3,32,28). Sum of RGB (Red+Green+Blue) = 3+32+28=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 32 (12.89% from 255 or 50.79% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 32 - color contains mainly: green. Hex color #03201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03201C is #FCDFE3. Grayscale: #161616. Windows color (decimal): -16572388 or 1843203. OLE color: 1843203.
HSL color Cylindrical-coordinate representation of color #03201C: hue angle of 171.72º 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 #03201C is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 32 | 28 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.87 |
| HSL | 171.72º | 0.83% | 0.07% | - |
| HSV(B) | 171.72º | 0.91% | 0.13% | - |
| XYZ | 0.76 | 1.14 | 1.28 | - |
| YUV | 22.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 28 | 0.91 | 0 | 0.12 | 0.87 | 171.72 | 0.83 | 0.07 |
| Hex | 3 | 20 | 1C | 5B | 0 | C | 57 | AC | 53 | 7 |
| Octal | 3 | 40 | 34 | 133 | 0 | 14 | 127 | 254 | 123 | 7 |
| Binary | 11 | 100000 | 11100 | 1011011 | 0 | 1100 | 1010111 | 10101100 | 1010011 | 111 |
Color Harmonies of #03201C
Complementary color
Monochromatic Colors of #03201C
Black with #03201C
Text Example
Text Example
White with #03201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03201C; }
p { color: rgb(3,32,28); }
H1.HeaderClassName
{
color: #03201C;
}
.AnyTagClassName
{
color: #03201C;
}
</style>
background-color css
<style>
a { background-color: #03201C; }
a { background-color: rgb(3,32,28); }
div.DivClassName
{
background-color: #03201C;
}
.BgClassName
{
background-color: #03201C;
}
</style>
border-color css
<style>
span { border-color: #03201C; }
span { border-color: rgb(3,32,28); }
td.TdClassName
{
border-color: #03201C;
}
.TagClassName
{
border-color: #03201C;
}
</style>