Shades of Dark Green #031A18
Tints of Dark Green #031A18
RGB
CMYK
RGB Variations
Color information
#031A18 (or 0x031A18) is known color: Dark Green. HEX triplet: 03, 1A and 18. RGB value is (3,26,24). Sum of RGB (Red+Green+Blue) = 3+26+24=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 26 (10.55% from 255 or 49.06% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 26 - color contains mainly: green. Hex color #031A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031A18 is #FCE5E7. Grayscale: #121212. Windows color (decimal): -16573928 or 1579523. OLE color: 1579523.
HSL color Cylindrical-coordinate representation of color #031A18: hue angle of 174.78º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031A18 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 26 | 24 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.90 |
| HSL | 174.78º | 0.79% | 0.06% | - |
| HSV(B) | 174.78º | 0.88% | 0.1% | - |
| XYZ | 0.57 | 0.82 | 0.99 | - |
| YUV | 18.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 24 | 0.88 | 0 | 0.08 | 0.90 | 174.78 | 0.79 | 0.06 |
| Hex | 3 | 1A | 18 | 58 | 0 | 8 | 5A | AF | 4F | 6 |
| Octal | 3 | 32 | 30 | 130 | 0 | 10 | 132 | 257 | 117 | 6 |
| Binary | 11 | 11010 | 11000 | 1011000 | 0 | 1000 | 1011010 | 10101111 | 1001111 | 110 |
Color Harmonies of #031A18
Complementary color
Monochromatic Colors of #031A18
Black with #031A18
Text Example
Text Example
White with #031A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A18; }
p { color: rgb(3,26,24); }
H1.HeaderClassName
{
color: #031A18;
}
.AnyTagClassName
{
color: #031A18;
}
</style>
background-color css
<style>
a { background-color: #031A18; }
a { background-color: rgb(3,26,24); }
div.DivClassName
{
background-color: #031A18;
}
.BgClassName
{
background-color: #031A18;
}
</style>
border-color css
<style>
span { border-color: #031A18; }
span { border-color: rgb(3,26,24); }
td.TdClassName
{
border-color: #031A18;
}
.TagClassName
{
border-color: #031A18;
}
</style>