Shades of Dark Green #03211A
Tints of Dark Green #03211A
RGB
CMYK
RGB Variations
Color information
#03211A (or 0x03211A) is known color: Dark Green. HEX triplet: 03, 21 and 1A. RGB value is (3,33,26). Sum of RGB (Red+Green+Blue) = 3+33+26=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #03211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03211A is #FCDEE5. Grayscale: #171717. Windows color (decimal): -16572134 or 1712387. OLE color: 1712387.
HSL color Cylindrical-coordinate representation of color #03211A: hue angle of 166º 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 #03211A is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 33 | 26 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.87 |
| HSL | 166º | 0.83% | 0.07% | - |
| HSV(B) | 166º | 0.91% | 0.13% | - |
| XYZ | 0.77 | 1.18 | 1.16 | - |
| YUV | 23.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 26 | 0.91 | 0 | 0.21 | 0.87 | 166 | 0.83 | 0.07 |
| Hex | 3 | 21 | 1A | 5B | 0 | 15 | 57 | A6 | 53 | 7 |
| Octal | 3 | 41 | 32 | 133 | 0 | 25 | 127 | 246 | 123 | 7 |
| Binary | 11 | 100001 | 11010 | 1011011 | 0 | 10101 | 1010111 | 10100110 | 1010011 | 111 |
Color Harmonies of #03211A
Complementary color
Monochromatic Colors of #03211A
Black with #03211A
Text Example
Text Example
White with #03211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03211A; }
p { color: rgb(3,33,26); }
H1.HeaderClassName
{
color: #03211A;
}
.AnyTagClassName
{
color: #03211A;
}
</style>
background-color css
<style>
a { background-color: #03211A; }
a { background-color: rgb(3,33,26); }
div.DivClassName
{
background-color: #03211A;
}
.BgClassName
{
background-color: #03211A;
}
</style>
border-color css
<style>
span { border-color: #03211A; }
span { border-color: rgb(3,33,26); }
td.TdClassName
{
border-color: #03211A;
}
.TagClassName
{
border-color: #03211A;
}
</style>