Shades of Dark Green #031A1B
Tints of Dark Green #031A1B
RGB
CMYK
RGB Variations
Color information
#031A1B (or 0x031A1B) is known color: Dark Green. HEX triplet: 03, 1A and 1B. RGB value is (3,26,27). Sum of RGB (Red+Green+Blue) = 3+26+27=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 26 (10.55% from 255 or 46.43% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 27 - color contains mainly: blue. Hex color #031A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A1B is #FCE5E4. Grayscale: #131313. Windows color (decimal): -16573925 or 1776131. OLE color: 1776131.
HSL color Cylindrical-coordinate representation of color #031A1B: hue angle of 182.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031A1B is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 26 | 27 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.89 |
| HSL | 182.5º | 0.8% | 0.06% | - |
| HSV(B) | 182.5º | 0.89% | 0.11% | - |
| XYZ | 0.6 | 0.84 | 1.17 | - |
| YUV | 19.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 27 | 0.89 | 0.04 | 0 | 0.89 | 182.5 | 0.8 | 0.06 |
| Hex | 3 | 1A | 1B | 59 | 4 | 0 | 59 | B6 | 50 | 6 |
| Octal | 3 | 32 | 33 | 131 | 4 | 0 | 131 | 266 | 120 | 6 |
| Binary | 11 | 11010 | 11011 | 1011001 | 100 | 0 | 1011001 | 10110110 | 1010000 | 110 |
Color Harmonies of #031A1B
Complementary color
Monochromatic Colors of #031A1B
Black with #031A1B
Text Example
Text Example
White with #031A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A1B; }
p { color: rgb(3,26,27); }
H1.HeaderClassName
{
color: #031A1B;
}
.AnyTagClassName
{
color: #031A1B;
}
</style>
background-color css
<style>
a { background-color: #031A1B; }
a { background-color: rgb(3,26,27); }
div.DivClassName
{
background-color: #031A1B;
}
.BgClassName
{
background-color: #031A1B;
}
</style>
border-color css
<style>
span { border-color: #031A1B; }
span { border-color: rgb(3,26,27); }
td.TdClassName
{
border-color: #031A1B;
}
.TagClassName
{
border-color: #031A1B;
}
</style>