Shades of Dark Green #03211C
Tints of Dark Green #03211C
RGB
CMYK
RGB Variations
Color information
#03211C (or 0x03211C) is known color: Dark Green. HEX triplet: 03, 21 and 1C. RGB value is (3,33,28). Sum of RGB (Red+Green+Blue) = 3+33+28=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #03211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03211C is #FCDEE3. Grayscale: #171717. Windows color (decimal): -16572132 or 1843459. OLE color: 1843459.
HSL color Cylindrical-coordinate representation of color #03211C: hue angle of 170º 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 #03211C is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 33 | 28 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.87 |
| HSL | 170º | 0.83% | 0.07% | - |
| HSV(B) | 170º | 0.91% | 0.13% | - |
| XYZ | 0.79 | 1.19 | 1.29 | - |
| YUV | 23.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 28 | 0.91 | 0 | 0.15 | 0.87 | 170 | 0.83 | 0.07 |
| Hex | 3 | 21 | 1C | 5B | 0 | F | 57 | AA | 53 | 7 |
| Octal | 3 | 41 | 34 | 133 | 0 | 17 | 127 | 252 | 123 | 7 |
| Binary | 11 | 100001 | 11100 | 1011011 | 0 | 1111 | 1010111 | 10101010 | 1010011 | 111 |
Color Harmonies of #03211C
Complementary color
Monochromatic Colors of #03211C
Black with #03211C
Text Example
Text Example
White with #03211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03211C; }
p { color: rgb(3,33,28); }
H1.HeaderClassName
{
color: #03211C;
}
.AnyTagClassName
{
color: #03211C;
}
</style>
background-color css
<style>
a { background-color: #03211C; }
a { background-color: rgb(3,33,28); }
div.DivClassName
{
background-color: #03211C;
}
.BgClassName
{
background-color: #03211C;
}
</style>
border-color css
<style>
span { border-color: #03211C; }
span { border-color: rgb(3,33,28); }
td.TdClassName
{
border-color: #03211C;
}
.TagClassName
{
border-color: #03211C;
}
</style>