Shades of Dark Green #003921
Tints of Dark Green #003921
RGB
CMYK
RGB Variations
Color information
#003921 (or 0x003921) is known color: Dark Green. HEX triplet: 00, 39 and 21. RGB value is (0,57,33). Sum of RGB (Red+Green+Blue) = 0+57+33=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 57 (22.66% from 255 or 63.33% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 57 - color contains mainly: green. Hex color #003921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003921 is #FFC6DE. Grayscale: #252525. Windows color (decimal): -16762591 or 2177280. OLE color: 2177280.
HSL color Cylindrical-coordinate representation of color #003921: hue angle of 154.74º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003921 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 57 | 33 | - |
| CMYK | 1 | 0 | 0.42 | 0.78 |
| HSL | 154.74º | 1% | 0.11% | - |
| HSV(B) | 154.74º | 1% | 0.22% | - |
| XYZ | 1.74 | 3.04 | 1.93 | - |
| YUV | 37.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 33 | 1 | 0 | 0.42 | 0.78 | 154.74 | 1 | 0.11 |
| Hex | 0 | 39 | 21 | 64 | 0 | 2A | 4E | 9B | 64 | B |
| Octal | 0 | 71 | 41 | 144 | 0 | 52 | 116 | 233 | 144 | 13 |
| Binary | 0 | 111001 | 100001 | 1100100 | 0 | 101010 | 1001110 | 10011011 | 1100100 | 1011 |
Color Harmonies of #003921
Complementary color
Monochromatic Colors of #003921
Black with #003921
Text Example
Text Example
White with #003921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003921; }
p { color: rgb(0,57,33); }
H1.HeaderClassName
{
color: #003921;
}
.AnyTagClassName
{
color: #003921;
}
</style>
background-color css
<style>
a { background-color: #003921; }
a { background-color: rgb(0,57,33); }
div.DivClassName
{
background-color: #003921;
}
.BgClassName
{
background-color: #003921;
}
</style>
border-color css
<style>
span { border-color: #003921; }
span { border-color: rgb(0,57,33); }
td.TdClassName
{
border-color: #003921;
}
.TagClassName
{
border-color: #003921;
}
</style>