Shades of Dark Green #04211B
Tints of Dark Green #04211B
RGB
CMYK
RGB Variations
Color information
#04211B (or 0x04211B) is known color: Dark Green. HEX triplet: 04, 21 and 1B. RGB value is (4,33,27). Sum of RGB (Red+Green+Blue) = 4+33+27=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #04211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04211B is #FBDEE4. Grayscale: #171717. Windows color (decimal): -16506597 or 1777924. OLE color: 1777924.
HSL color Cylindrical-coordinate representation of color #04211B: hue angle of 167.59º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #04211B is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 33 | 27 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.87 |
| HSL | 167.59º | 0.78% | 0.07% | - |
| HSV(B) | 167.59º | 0.88% | 0.13% | - |
| XYZ | 0.79 | 1.19 | 1.23 | - |
| YUV | 23.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 27 | 0.88 | 0 | 0.18 | 0.87 | 167.59 | 0.78 | 0.07 |
| Hex | 4 | 21 | 1B | 58 | 0 | 12 | 57 | A8 | 4E | 7 |
| Octal | 4 | 41 | 33 | 130 | 0 | 22 | 127 | 250 | 116 | 7 |
| Binary | 100 | 100001 | 11011 | 1011000 | 0 | 10010 | 1010111 | 10101000 | 1001110 | 111 |
Color Harmonies of #04211B
Complementary color
Monochromatic Colors of #04211B
Black with #04211B
Text Example
Text Example
White with #04211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04211B; }
p { color: rgb(4,33,27); }
H1.HeaderClassName
{
color: #04211B;
}
.AnyTagClassName
{
color: #04211B;
}
</style>
background-color css
<style>
a { background-color: #04211B; }
a { background-color: rgb(4,33,27); }
div.DivClassName
{
background-color: #04211B;
}
.BgClassName
{
background-color: #04211B;
}
</style>
border-color css
<style>
span { border-color: #04211B; }
span { border-color: rgb(4,33,27); }
td.TdClassName
{
border-color: #04211B;
}
.TagClassName
{
border-color: #04211B;
}
</style>