Shades of Dark Green #131B19
Tints of Dark Green #131B19
RGB
CMYK
RGB Variations
Color information
#131B19 (or 0x131B19) is known color: Dark Green. HEX triplet: 13, 1B and 19. RGB value is (19,27,25). Sum of RGB (Red+Green+Blue) = 19+27+25=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 27 - color contains mainly: green. Hex color #131B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B19 is #ECE4E6. Grayscale: #181818. Windows color (decimal): -15525095 or 1645331. OLE color: 1645331.
HSL color Cylindrical-coordinate representation of color #131B19: hue angle of 165º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #131B19 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 27 | 25 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.89 |
| HSL | 165º | 0.17% | 0.09% | - |
| HSV(B) | 165º | 0.3% | 0.11% | - |
| XYZ | 0.84 | 0.99 | 1.07 | - |
| YUV | 24.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 25 | 0.30 | 0 | 0.07 | 0.89 | 165 | 0.17 | 0.09 |
| Hex | 13 | 1B | 19 | 1E | 0 | 7 | 59 | A5 | 11 | 9 |
| Octal | 23 | 33 | 31 | 36 | 0 | 7 | 131 | 245 | 21 | 11 |
| Binary | 10011 | 11011 | 11001 | 11110 | 0 | 111 | 1011001 | 10100101 | 10001 | 1001 |
Color Harmonies of #131B19
Complementary color
Monochromatic Colors of #131B19
Black with #131B19
Text Example
Text Example
White with #131B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B19; }
p { color: rgb(19,27,25); }
H1.HeaderClassName
{
color: #131B19;
}
.AnyTagClassName
{
color: #131B19;
}
</style>
background-color css
<style>
a { background-color: #131B19; }
a { background-color: rgb(19,27,25); }
div.DivClassName
{
background-color: #131B19;
}
.BgClassName
{
background-color: #131B19;
}
</style>
border-color css
<style>
span { border-color: #131B19; }
span { border-color: rgb(19,27,25); }
td.TdClassName
{
border-color: #131B19;
}
.TagClassName
{
border-color: #131B19;
}
</style>