Shades of Dark Green #003931
Tints of Dark Green #003931
RGB
CMYK
RGB Variations
Color information
#003931 (or 0x003931) is known color: Dark Green. HEX triplet: 00, 39 and 31. RGB value is (0,57,49). Sum of RGB (Red+Green+Blue) = 0+57+49=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #003931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003931 is #FFC6CE. Grayscale: #272727. Windows color (decimal): -16762575 or 3225856. OLE color: 3225856.
HSL color Cylindrical-coordinate representation of color #003931: hue angle of 171.58º 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 #003931 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 57 | 49 | - |
| CMYK | 1 | 0 | 0.14 | 0.78 |
| HSL | 171.58º | 1% | 0.11% | - |
| HSV(B) | 171.58º | 1% | 0.22% | - |
| XYZ | 2.02 | 3.15 | 3.41 | - |
| YUV | 39.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 49 | 1 | 0 | 0.14 | 0.78 | 171.58 | 1 | 0.11 |
| Hex | 0 | 39 | 31 | 64 | 0 | E | 4E | AC | 64 | B |
| Octal | 0 | 71 | 61 | 144 | 0 | 16 | 116 | 254 | 144 | 13 |
| Binary | 0 | 111001 | 110001 | 1100100 | 0 | 1110 | 1001110 | 10101100 | 1100100 | 1011 |
Color Harmonies of #003931
Complementary color
Monochromatic Colors of #003931
Black with #003931
Text Example
Text Example
White with #003931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003931; }
p { color: rgb(0,57,49); }
H1.HeaderClassName
{
color: #003931;
}
.AnyTagClassName
{
color: #003931;
}
</style>
background-color css
<style>
a { background-color: #003931; }
a { background-color: rgb(0,57,49); }
div.DivClassName
{
background-color: #003931;
}
.BgClassName
{
background-color: #003931;
}
</style>
border-color css
<style>
span { border-color: #003931; }
span { border-color: rgb(0,57,49); }
td.TdClassName
{
border-color: #003931;
}
.TagClassName
{
border-color: #003931;
}
</style>