Shades of Dark Green #031E0F
Tints of Dark Green #031E0F
RGB
CMYK
RGB Variations
Color information
#031E0F (or 0x031E0F) is known color: Dark Green. HEX triplet: 03, 1E and 0F. RGB value is (3,30,15). Sum of RGB (Red+Green+Blue) = 3+30+15=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 30 (12.11% from 255 or 62.5% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 30 - color contains mainly: green. Hex color #031E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E0F is #FCE1F0. Grayscale: #141414. Windows color (decimal): -16572913 or 990723. OLE color: 990723.
HSL color Cylindrical-coordinate representation of color #031E0F: hue angle of 146.67º 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 #031E0F is Cyan = 0.90, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 30 | 15 | - |
| CMYK | 0.90 | 0 | 0.5 | 0.88 |
| HSL | 146.67º | 0.82% | 0.06% | - |
| HSV(B) | 146.67º | 0.9% | 0.12% | - |
| XYZ | 0.59 | 0.98 | 0.61 | - |
| YUV | 20.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 15 | 0.90 | 0 | 0.5 | 0.88 | 146.67 | 0.82 | 0.06 |
| Hex | 3 | 1E | F | 5A | 0 | 32 | 58 | 93 | 52 | 6 |
| Octal | 3 | 36 | 17 | 132 | 0 | 62 | 130 | 223 | 122 | 6 |
| Binary | 11 | 11110 | 1111 | 1011010 | 0 | 110010 | 1011000 | 10010011 | 1010010 | 110 |
Color Harmonies of #031E0F
Complementary color
Monochromatic Colors of #031E0F
Black with #031E0F
Text Example
Text Example
White with #031E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E0F; }
p { color: rgb(3,30,15); }
H1.HeaderClassName
{
color: #031E0F;
}
.AnyTagClassName
{
color: #031E0F;
}
</style>
background-color css
<style>
a { background-color: #031E0F; }
a { background-color: rgb(3,30,15); }
div.DivClassName
{
background-color: #031E0F;
}
.BgClassName
{
background-color: #031E0F;
}
</style>
border-color css
<style>
span { border-color: #031E0F; }
span { border-color: rgb(3,30,15); }
td.TdClassName
{
border-color: #031E0F;
}
.TagClassName
{
border-color: #031E0F;
}
</style>