Shades of Dark Green #03211F
Tints of Dark Green #03211F
RGB
CMYK
RGB Variations
Color information
#03211F (or 0x03211F) is known color: Dark Green. HEX triplet: 03, 21 and 1F. RGB value is (3,33,31). Sum of RGB (Red+Green+Blue) = 3+33+31=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 33 - color contains mainly: green. Hex color #03211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03211F is #FCDEE0. Grayscale: #171717. Windows color (decimal): -16572129 or 2040067. OLE color: 2040067.
HSL color Cylindrical-coordinate representation of color #03211F: hue angle of 176º 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 #03211F is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 33 | 31 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.87 |
| HSL | 176º | 0.83% | 0.07% | - |
| HSV(B) | 176º | 0.91% | 0.13% | - |
| XYZ | 0.83 | 1.21 | 1.49 | - |
| YUV | 23.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 31 | 0.91 | 0 | 0.06 | 0.87 | 176 | 0.83 | 0.07 |
| Hex | 3 | 21 | 1F | 5B | 0 | 6 | 57 | B0 | 53 | 7 |
| Octal | 3 | 41 | 37 | 133 | 0 | 6 | 127 | 260 | 123 | 7 |
| Binary | 11 | 100001 | 11111 | 1011011 | 0 | 110 | 1010111 | 10110000 | 1010011 | 111 |
Color Harmonies of #03211F
Complementary color
Monochromatic Colors of #03211F
Black with #03211F
Text Example
Text Example
White with #03211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03211F; }
p { color: rgb(3,33,31); }
H1.HeaderClassName
{
color: #03211F;
}
.AnyTagClassName
{
color: #03211F;
}
</style>
background-color css
<style>
a { background-color: #03211F; }
a { background-color: rgb(3,33,31); }
div.DivClassName
{
background-color: #03211F;
}
.BgClassName
{
background-color: #03211F;
}
</style>
border-color css
<style>
span { border-color: #03211F; }
span { border-color: rgb(3,33,31); }
td.TdClassName
{
border-color: #03211F;
}
.TagClassName
{
border-color: #03211F;
}
</style>