Shades of Dark Green #031E1D
Tints of Dark Green #031E1D
RGB
CMYK
RGB Variations
Color information
#031E1D (or 0x031E1D) is known color: Dark Green. HEX triplet: 03, 1E and 1D. RGB value is (3,30,29). Sum of RGB (Red+Green+Blue) = 3+30+29=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 30 - color contains mainly: green. Hex color #031E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E1D is #FCE1E2. Grayscale: #151515. Windows color (decimal): -16572899 or 1908227. OLE color: 1908227.
HSL color Cylindrical-coordinate representation of color #031E1D: hue angle of 177.78º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031E1D is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 30 | 29 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.88 |
| HSL | 177.78º | 0.82% | 0.06% | - |
| HSV(B) | 177.78º | 0.9% | 0.12% | - |
| XYZ | 0.72 | 1.04 | 1.32 | - |
| YUV | 21.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 29 | 0.90 | 0 | 0.03 | 0.88 | 177.78 | 0.82 | 0.06 |
| Hex | 3 | 1E | 1D | 5A | 0 | 3 | 58 | B2 | 52 | 6 |
| Octal | 3 | 36 | 35 | 132 | 0 | 3 | 130 | 262 | 122 | 6 |
| Binary | 11 | 11110 | 11101 | 1011010 | 0 | 11 | 1011000 | 10110010 | 1010010 | 110 |
Color Harmonies of #031E1D
Complementary color
Monochromatic Colors of #031E1D
Black with #031E1D
Text Example
Text Example
White with #031E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E1D; }
p { color: rgb(3,30,29); }
H1.HeaderClassName
{
color: #031E1D;
}
.AnyTagClassName
{
color: #031E1D;
}
</style>
background-color css
<style>
a { background-color: #031E1D; }
a { background-color: rgb(3,30,29); }
div.DivClassName
{
background-color: #031E1D;
}
.BgClassName
{
background-color: #031E1D;
}
</style>
border-color css
<style>
span { border-color: #031E1D; }
span { border-color: rgb(3,30,29); }
td.TdClassName
{
border-color: #031E1D;
}
.TagClassName
{
border-color: #031E1D;
}
</style>