Shades of Dark Green #031E0C
Tints of Dark Green #031E0C
RGB
CMYK
RGB Variations
Color information
#031E0C (or 0x031E0C) is known color: Dark Green. HEX triplet: 03, 1E and 0C. RGB value is (3,30,12). Sum of RGB (Red+Green+Blue) = 3+30+12=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 30 (12.11% from 255 or 66.67% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 30 - color contains mainly: green. Hex color #031E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E0C is #FCE1F3. Grayscale: #131313. Windows color (decimal): -16572916 or 794115. OLE color: 794115.
HSL color Cylindrical-coordinate representation of color #031E0C: hue angle of 140º 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 #031E0C is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 30 | 12 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.88 |
| HSL | 140º | 0.82% | 0.06% | - |
| HSV(B) | 140º | 0.9% | 0.12% | - |
| XYZ | 0.57 | 0.97 | 0.51 | - |
| YUV | 19.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 12 | 0.90 | 0 | 0.60 | 0.88 | 140 | 0.82 | 0.06 |
| Hex | 3 | 1E | C | 5A | 0 | 3C | 58 | 8C | 52 | 6 |
| Octal | 3 | 36 | 14 | 132 | 0 | 74 | 130 | 214 | 122 | 6 |
| Binary | 11 | 11110 | 1100 | 1011010 | 0 | 111100 | 1011000 | 10001100 | 1010010 | 110 |
Color Harmonies of #031E0C
Complementary color
Monochromatic Colors of #031E0C
Black with #031E0C
Text Example
Text Example
White with #031E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E0C; }
p { color: rgb(3,30,12); }
H1.HeaderClassName
{
color: #031E0C;
}
.AnyTagClassName
{
color: #031E0C;
}
</style>
background-color css
<style>
a { background-color: #031E0C; }
a { background-color: rgb(3,30,12); }
div.DivClassName
{
background-color: #031E0C;
}
.BgClassName
{
background-color: #031E0C;
}
</style>
border-color css
<style>
span { border-color: #031E0C; }
span { border-color: rgb(3,30,12); }
td.TdClassName
{
border-color: #031E0C;
}
.TagClassName
{
border-color: #031E0C;
}
</style>