Shades of Pine Tree #191B17
Tints of Pine Tree #191B17
RGB
CMYK
RGB Variations
Color information
#191B17 (or 0x191B17) is known color: Pine Tree. HEX triplet: 19, 1B and 17. RGB value is (25,27,23). Sum of RGB (Red+Green+Blue) = 25+27+23=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 27 - color contains mainly: green. Hex color #191B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B17 is #E6E4E8. Grayscale: #191919. Windows color (decimal): -15131881 or 1514265. OLE color: 1514265.
HSL color Cylindrical-coordinate representation of color #191B17: hue angle of 90º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #191B17 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 27 | 23 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.89 |
| HSL | 90º | 0.08% | 0.1% | - |
| HSV(B) | 90º | 0.15% | 0.11% | - |
| XYZ | 0.95 | 1.05 | 0.96 | - |
| YUV | 25.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 23 | 0.07 | 0 | 0.15 | 0.89 | 90 | 0.08 | 0.1 |
| Hex | 19 | 1B | 17 | 7 | 0 | F | 59 | 5A | 8 | A |
| Octal | 31 | 33 | 27 | 7 | 0 | 17 | 131 | 132 | 10 | 12 |
| Binary | 11001 | 11011 | 10111 | 111 | 0 | 1111 | 1011001 | 1011010 | 1000 | 1010 |
Color Harmonies of #191B17
Complementary color
Monochromatic Colors of #191B17
Black with #191B17
Text Example
Text Example
White with #191B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B17; }
p { color: rgb(25,27,23); }
H1.HeaderClassName
{
color: #191B17;
}
.AnyTagClassName
{
color: #191B17;
}
</style>
background-color css
<style>
a { background-color: #191B17; }
a { background-color: rgb(25,27,23); }
div.DivClassName
{
background-color: #191B17;
}
.BgClassName
{
background-color: #191B17;
}
</style>
border-color css
<style>
span { border-color: #191B17; }
span { border-color: rgb(25,27,23); }
td.TdClassName
{
border-color: #191B17;
}
.TagClassName
{
border-color: #191B17;
}
</style>