Shades of Pine Tree #192311
Tints of Pine Tree #192311
RGB
CMYK
RGB Variations
Color information
#192311 (or 0x192311) is known color: Pine Tree. HEX triplet: 19, 23 and 11. RGB value is (25,35,17). Sum of RGB (Red+Green+Blue) = 25+35+17=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 35 - color contains mainly: green. Hex color #192311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192311 is #E6DCEE. Grayscale: #1E1E1E. Windows color (decimal): -15129839 or 1123097. OLE color: 1123097.
HSL color Cylindrical-coordinate representation of color #192311: hue angle of 93.33º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #192311 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 35 | 17 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.86 |
| HSL | 93.33º | 0.35% | 0.1% | - |
| HSV(B) | 93.33º | 0.51% | 0.14% | - |
| XYZ | 1.1 | 1.45 | 0.75 | - |
| YUV | 29.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 17 | 0.29 | 0 | 0.51 | 0.86 | 93.33 | 0.35 | 0.1 |
| Hex | 19 | 23 | 11 | 1D | 0 | 33 | 56 | 5D | 23 | A |
| Octal | 31 | 43 | 21 | 35 | 0 | 63 | 126 | 135 | 43 | 12 |
| Binary | 11001 | 100011 | 10001 | 11101 | 0 | 110011 | 1010110 | 1011101 | 100011 | 1010 |
Color Harmonies of #192311
Complementary color
Monochromatic Colors of #192311
Black with #192311
Text Example
Text Example
White with #192311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192311; }
p { color: rgb(25,35,17); }
H1.HeaderClassName
{
color: #192311;
}
.AnyTagClassName
{
color: #192311;
}
</style>
background-color css
<style>
a { background-color: #192311; }
a { background-color: rgb(25,35,17); }
div.DivClassName
{
background-color: #192311;
}
.BgClassName
{
background-color: #192311;
}
</style>
border-color css
<style>
span { border-color: #192311; }
span { border-color: rgb(25,35,17); }
td.TdClassName
{
border-color: #192311;
}
.TagClassName
{
border-color: #192311;
}
</style>