Shades of Dark Green #031E0B
Tints of Dark Green #031E0B
RGB
CMYK
RGB Variations
Color information
#031E0B (or 0x031E0B) is known color: Dark Green. HEX triplet: 03, 1E and 0B. RGB value is (3,30,11). Sum of RGB (Red+Green+Blue) = 3+30+11=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 30 (12.11% from 255 or 68.18% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 30 - color contains mainly: green. Hex color #031E0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E0B is #FCE1F4. Grayscale: #131313. Windows color (decimal): -16572917 or 728579. OLE color: 728579.
HSL color Cylindrical-coordinate representation of color #031E0B: hue angle of 137.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 #031E0B is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 30 | 11 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.88 |
| HSL | 137.78º | 0.82% | 0.06% | - |
| HSV(B) | 137.78º | 0.9% | 0.12% | - |
| XYZ | 0.56 | 0.97 | 0.47 | - |
| YUV | 19.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 11 | 0.90 | 0 | 0.63 | 0.88 | 137.78 | 0.82 | 0.06 |
| Hex | 3 | 1E | B | 5A | 0 | 3F | 58 | 8A | 52 | 6 |
| Octal | 3 | 36 | 13 | 132 | 0 | 77 | 130 | 212 | 122 | 6 |
| Binary | 11 | 11110 | 1011 | 1011010 | 0 | 111111 | 1011000 | 10001010 | 1010010 | 110 |
Color Harmonies of #031E0B
Complementary color
Monochromatic Colors of #031E0B
Black with #031E0B
Text Example
Text Example
White with #031E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E0B; }
p { color: rgb(3,30,11); }
H1.HeaderClassName
{
color: #031E0B;
}
.AnyTagClassName
{
color: #031E0B;
}
</style>
background-color css
<style>
a { background-color: #031E0B; }
a { background-color: rgb(3,30,11); }
div.DivClassName
{
background-color: #031E0B;
}
.BgClassName
{
background-color: #031E0B;
}
</style>
border-color css
<style>
span { border-color: #031E0B; }
span { border-color: rgb(3,30,11); }
td.TdClassName
{
border-color: #031E0B;
}
.TagClassName
{
border-color: #031E0B;
}
</style>