Shades of Dark Green #03211B
Tints of Dark Green #03211B
RGB
CMYK
RGB Variations
Color information
#03211B (or 0x03211B) is known color: Dark Green. HEX triplet: 03, 21 and 1B. RGB value is (3,33,27). Sum of RGB (Red+Green+Blue) = 3+33+27=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #03211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03211B is #FCDEE4. Grayscale: #171717. Windows color (decimal): -16572133 or 1777923. OLE color: 1777923.
HSL color Cylindrical-coordinate representation of color #03211B: hue angle of 168º 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 #03211B is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 33 | 27 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.87 |
| HSL | 168º | 0.83% | 0.07% | - |
| HSV(B) | 168º | 0.91% | 0.13% | - |
| XYZ | 0.78 | 1.19 | 1.22 | - |
| YUV | 23.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 27 | 0.91 | 0 | 0.18 | 0.87 | 168 | 0.83 | 0.07 |
| Hex | 3 | 21 | 1B | 5B | 0 | 12 | 57 | A8 | 53 | 7 |
| Octal | 3 | 41 | 33 | 133 | 0 | 22 | 127 | 250 | 123 | 7 |
| Binary | 11 | 100001 | 11011 | 1011011 | 0 | 10010 | 1010111 | 10101000 | 1010011 | 111 |
Color Harmonies of #03211B
Complementary color
Monochromatic Colors of #03211B
Black with #03211B
Text Example
Text Example
White with #03211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03211B; }
p { color: rgb(3,33,27); }
H1.HeaderClassName
{
color: #03211B;
}
.AnyTagClassName
{
color: #03211B;
}
</style>
background-color css
<style>
a { background-color: #03211B; }
a { background-color: rgb(3,33,27); }
div.DivClassName
{
background-color: #03211B;
}
.BgClassName
{
background-color: #03211B;
}
</style>
border-color css
<style>
span { border-color: #03211B; }
span { border-color: rgb(3,33,27); }
td.TdClassName
{
border-color: #03211B;
}
.TagClassName
{
border-color: #03211B;
}
</style>