Shades of Pine Tree #192108
Tints of Pine Tree #192108
RGB
CMYK
RGB Variations
Color information
#192108 (or 0x192108) is known color: Pine Tree. HEX triplet: 19, 21 and 08. RGB value is (25,33,8). Sum of RGB (Red+Green+Blue) = 25+33+8=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 33 (13.28% from 255 or 50% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 33 - color contains mainly: green. Hex color #192108 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192108 is #E6DEF7. Grayscale: #1B1B1B. Windows color (decimal): -15130360 or 532761. OLE color: 532761.
HSL color Cylindrical-coordinate representation of color #192108: hue angle of 79.2º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #192108 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 33 | 8 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.87 |
| HSL | 79.2º | 0.61% | 0.08% | - |
| HSV(B) | 79.2º | 0.76% | 0.13% | - |
| XYZ | 0.99 | 1.31 | 0.43 | - |
| YUV | 27.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 8 | 0.24 | 0 | 0.76 | 0.87 | 79.2 | 0.61 | 0.08 |
| Hex | 19 | 21 | 8 | 18 | 0 | 4C | 57 | 4F | 3D | 8 |
| Octal | 31 | 41 | 10 | 30 | 0 | 114 | 127 | 117 | 75 | 10 |
| Binary | 11001 | 100001 | 1000 | 11000 | 0 | 1001100 | 1010111 | 1001111 | 111101 | 1000 |
Color Harmonies of #192108
Complementary color
Monochromatic Colors of #192108
Black with #192108
Text Example
Text Example
White with #192108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192108; }
p { color: rgb(25,33,8); }
H1.HeaderClassName
{
color: #192108;
}
.AnyTagClassName
{
color: #192108;
}
</style>
background-color css
<style>
a { background-color: #192108; }
a { background-color: rgb(25,33,8); }
div.DivClassName
{
background-color: #192108;
}
.BgClassName
{
background-color: #192108;
}
</style>
border-color css
<style>
span { border-color: #192108; }
span { border-color: rgb(25,33,8); }
td.TdClassName
{
border-color: #192108;
}
.TagClassName
{
border-color: #192108;
}
</style>