Shades of Dark Green #141B19
Tints of Dark Green #141B19
RGB
CMYK
RGB Variations
Color information
#141B19 (or 0x141B19) is known color: Dark Green. HEX triplet: 14, 1B and 19. RGB value is (20,27,25). Sum of RGB (Red+Green+Blue) = 20+27+25=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 27 - color contains mainly: green. Hex color #141B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B19 is #EBE4E6. Grayscale: #181818. Windows color (decimal): -15459559 or 1645332. OLE color: 1645332.
HSL color Cylindrical-coordinate representation of color #141B19: hue angle of 162.86º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #141B19 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 27 | 25 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.89 |
| HSL | 162.86º | 0.15% | 0.09% | - |
| HSV(B) | 162.86º | 0.26% | 0.11% | - |
| XYZ | 0.86 | 1 | 1.07 | - |
| YUV | 24.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 25 | 0.26 | 0 | 0.07 | 0.89 | 162.86 | 0.15 | 0.09 |
| Hex | 14 | 1B | 19 | 1A | 0 | 7 | 59 | A3 | F | 9 |
| Octal | 24 | 33 | 31 | 32 | 0 | 7 | 131 | 243 | 17 | 11 |
| Binary | 10100 | 11011 | 11001 | 11010 | 0 | 111 | 1011001 | 10100011 | 1111 | 1001 |
Color Harmonies of #141B19
Complementary color
Monochromatic Colors of #141B19
Black with #141B19
Text Example
Text Example
White with #141B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B19; }
p { color: rgb(20,27,25); }
H1.HeaderClassName
{
color: #141B19;
}
.AnyTagClassName
{
color: #141B19;
}
</style>
background-color css
<style>
a { background-color: #141B19; }
a { background-color: rgb(20,27,25); }
div.DivClassName
{
background-color: #141B19;
}
.BgClassName
{
background-color: #141B19;
}
</style>
border-color css
<style>
span { border-color: #141B19; }
span { border-color: rgb(20,27,25); }
td.TdClassName
{
border-color: #141B19;
}
.TagClassName
{
border-color: #141B19;
}
</style>