Shades of Dark Green #031C10
Tints of Dark Green #031C10
RGB
CMYK
RGB Variations
Color information
#031C10 (or 0x031C10) is known color: Dark Green. HEX triplet: 03, 1C and 10. RGB value is (3,28,16). Sum of RGB (Red+Green+Blue) = 3+28+16=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #031C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C10 is #FCE3EF. Grayscale: #131313. Windows color (decimal): -16573424 or 1055747. OLE color: 1055747.
HSL color Cylindrical-coordinate representation of color #031C10: hue angle of 151.2º 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 #031C10 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 28 | 16 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.89 |
| HSL | 151.2º | 0.81% | 0.06% | - |
| HSV(B) | 151.2º | 0.89% | 0.11% | - |
| XYZ | 0.55 | 0.89 | 0.63 | - |
| YUV | 19.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 16 | 0.89 | 0 | 0.43 | 0.89 | 151.2 | 0.81 | 0.06 |
| Hex | 3 | 1C | 10 | 59 | 0 | 2B | 59 | 97 | 51 | 6 |
| Octal | 3 | 34 | 20 | 131 | 0 | 53 | 131 | 227 | 121 | 6 |
| Binary | 11 | 11100 | 10000 | 1011001 | 0 | 101011 | 1011001 | 10010111 | 1010001 | 110 |
Color Harmonies of #031C10
Complementary color
Monochromatic Colors of #031C10
Black with #031C10
Text Example
Text Example
White with #031C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C10; }
p { color: rgb(3,28,16); }
H1.HeaderClassName
{
color: #031C10;
}
.AnyTagClassName
{
color: #031C10;
}
</style>
background-color css
<style>
a { background-color: #031C10; }
a { background-color: rgb(3,28,16); }
div.DivClassName
{
background-color: #031C10;
}
.BgClassName
{
background-color: #031C10;
}
</style>
border-color css
<style>
span { border-color: #031C10; }
span { border-color: rgb(3,28,16); }
td.TdClassName
{
border-color: #031C10;
}
.TagClassName
{
border-color: #031C10;
}
</style>