Shades of Dark Green #131C19
Tints of Dark Green #131C19
RGB
CMYK
RGB Variations
Color information
#131C19 (or 0x131C19) is known color: Dark Green. HEX triplet: 13, 1C and 19. RGB value is (19,28,25). Sum of RGB (Red+Green+Blue) = 19+28+25=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 28 - color contains mainly: green. Hex color #131C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C19 is #ECE3E6. Grayscale: #181818. Windows color (decimal): -15524839 or 1645587. OLE color: 1645587.
HSL color Cylindrical-coordinate representation of color #131C19: hue angle of 160º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #131C19 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 28 | 25 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.89 |
| HSL | 160º | 0.19% | 0.09% | - |
| HSV(B) | 160º | 0.32% | 0.11% | - |
| XYZ | 0.86 | 1.04 | 1.07 | - |
| YUV | 24.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 25 | 0.32 | 0 | 0.11 | 0.89 | 160 | 0.19 | 0.09 |
| Hex | 13 | 1C | 19 | 20 | 0 | B | 59 | A0 | 13 | 9 |
| Octal | 23 | 34 | 31 | 40 | 0 | 13 | 131 | 240 | 23 | 11 |
| Binary | 10011 | 11100 | 11001 | 100000 | 0 | 1011 | 1011001 | 10100000 | 10011 | 1001 |
Color Harmonies of #131C19
Complementary color
Monochromatic Colors of #131C19
Black with #131C19
Text Example
Text Example
White with #131C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C19; }
p { color: rgb(19,28,25); }
H1.HeaderClassName
{
color: #131C19;
}
.AnyTagClassName
{
color: #131C19;
}
</style>
background-color css
<style>
a { background-color: #131C19; }
a { background-color: rgb(19,28,25); }
div.DivClassName
{
background-color: #131C19;
}
.BgClassName
{
background-color: #131C19;
}
</style>
border-color css
<style>
span { border-color: #131C19; }
span { border-color: rgb(19,28,25); }
td.TdClassName
{
border-color: #131C19;
}
.TagClassName
{
border-color: #131C19;
}
</style>