Shades of Dark Green #131E1B
Tints of Dark Green #131E1B
RGB
CMYK
RGB Variations
Color information
#131E1B (or 0x131E1B) is known color: Dark Green. HEX triplet: 13, 1E and 1B. RGB value is (19,30,27). Sum of RGB (Red+Green+Blue) = 19+30+27=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 30 - color contains mainly: green. Hex color #131E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E1B is #ECE1E4. Grayscale: #1A1A1A. Windows color (decimal): -15524325 or 1777171. OLE color: 1777171.
HSL color Cylindrical-coordinate representation of color #131E1B: hue angle of 163.64º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #131E1B is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 30 | 27 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.88 |
| HSL | 163.64º | 0.22% | 0.1% | - |
| HSV(B) | 163.64º | 0.37% | 0.12% | - |
| XYZ | 0.93 | 1.15 | 1.21 | - |
| YUV | 26.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 27 | 0.37 | 0 | 0.10 | 0.88 | 163.64 | 0.22 | 0.1 |
| Hex | 13 | 1E | 1B | 25 | 0 | A | 58 | A4 | 16 | A |
| Octal | 23 | 36 | 33 | 45 | 0 | 12 | 130 | 244 | 26 | 12 |
| Binary | 10011 | 11110 | 11011 | 100101 | 0 | 1010 | 1011000 | 10100100 | 10110 | 1010 |
Color Harmonies of #131E1B
Complementary color
Monochromatic Colors of #131E1B
Black with #131E1B
Text Example
Text Example
White with #131E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E1B; }
p { color: rgb(19,30,27); }
H1.HeaderClassName
{
color: #131E1B;
}
.AnyTagClassName
{
color: #131E1B;
}
</style>
background-color css
<style>
a { background-color: #131E1B; }
a { background-color: rgb(19,30,27); }
div.DivClassName
{
background-color: #131E1B;
}
.BgClassName
{
background-color: #131E1B;
}
</style>
border-color css
<style>
span { border-color: #131E1B; }
span { border-color: rgb(19,30,27); }
td.TdClassName
{
border-color: #131E1B;
}
.TagClassName
{
border-color: #131E1B;
}
</style>