Shades of Dark Green #031C18
Tints of Dark Green #031C18
RGB
CMYK
RGB Variations
Color information
#031C18 (or 0x031C18) is known color: Dark Green. HEX triplet: 03, 1C and 18. RGB value is (3,28,24). Sum of RGB (Red+Green+Blue) = 3+28+24=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #031C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C18 is #FCE3E7. Grayscale: #141414. Windows color (decimal): -16573416 or 1580035. OLE color: 1580035.
HSL color Cylindrical-coordinate representation of color #031C18: hue angle of 170.4º degrees, saturation: 0.81, 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 #031C18 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 28 | 24 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.89 |
| HSL | 170.4º | 0.81% | 0.06% | - |
| HSV(B) | 170.4º | 0.89% | 0.11% | - |
| XYZ | 0.62 | 0.92 | 1.01 | - |
| YUV | 20.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 24 | 0.89 | 0 | 0.14 | 0.89 | 170.4 | 0.81 | 0.06 |
| Hex | 3 | 1C | 18 | 59 | 0 | E | 59 | AA | 51 | 6 |
| Octal | 3 | 34 | 30 | 131 | 0 | 16 | 131 | 252 | 121 | 6 |
| Binary | 11 | 11100 | 11000 | 1011001 | 0 | 1110 | 1011001 | 10101010 | 1010001 | 110 |
Color Harmonies of #031C18
Complementary color
Monochromatic Colors of #031C18
Black with #031C18
Text Example
Text Example
White with #031C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C18; }
p { color: rgb(3,28,24); }
H1.HeaderClassName
{
color: #031C18;
}
.AnyTagClassName
{
color: #031C18;
}
</style>
background-color css
<style>
a { background-color: #031C18; }
a { background-color: rgb(3,28,24); }
div.DivClassName
{
background-color: #031C18;
}
.BgClassName
{
background-color: #031C18;
}
</style>
border-color css
<style>
span { border-color: #031C18; }
span { border-color: rgb(3,28,24); }
td.TdClassName
{
border-color: #031C18;
}
.TagClassName
{
border-color: #031C18;
}
</style>