Shades of Dark Green #031E1F
Tints of Dark Green #031E1F
RGB
CMYK
RGB Variations
Color information
#031E1F (or 0x031E1F) is known color: Dark Green. HEX triplet: 03, 1E and 1F. RGB value is (3,30,31). Sum of RGB (Red+Green+Blue) = 3+30+31=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #031E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E1F is #FCE1E0. Grayscale: #161616. Windows color (decimal): -16572897 or 2039299. OLE color: 2039299.
HSL color Cylindrical-coordinate representation of color #031E1F: hue angle of 182.14º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031E1F is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 30 | 31 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.88 |
| HSL | 182.14º | 0.82% | 0.07% | - |
| HSV(B) | 182.14º | 0.9% | 0.12% | - |
| XYZ | 0.75 | 1.05 | 1.46 | - |
| YUV | 22.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 31 | 0.90 | 0.03 | 0 | 0.88 | 182.14 | 0.82 | 0.07 |
| Hex | 3 | 1E | 1F | 5A | 3 | 0 | 58 | B6 | 52 | 7 |
| Octal | 3 | 36 | 37 | 132 | 3 | 0 | 130 | 266 | 122 | 7 |
| Binary | 11 | 11110 | 11111 | 1011010 | 11 | 0 | 1011000 | 10110110 | 1010010 | 111 |
Color Harmonies of #031E1F
Complementary color
Monochromatic Colors of #031E1F
Black with #031E1F
Text Example
Text Example
White with #031E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E1F; }
p { color: rgb(3,30,31); }
H1.HeaderClassName
{
color: #031E1F;
}
.AnyTagClassName
{
color: #031E1F;
}
</style>
background-color css
<style>
a { background-color: #031E1F; }
a { background-color: rgb(3,30,31); }
div.DivClassName
{
background-color: #031E1F;
}
.BgClassName
{
background-color: #031E1F;
}
</style>
border-color css
<style>
span { border-color: #031E1F; }
span { border-color: rgb(3,30,31); }
td.TdClassName
{
border-color: #031E1F;
}
.TagClassName
{
border-color: #031E1F;
}
</style>