Shades of Pine Tree #192508
Tints of Pine Tree #192508
RGB
CMYK
RGB Variations
Color information
#192508 (or 0x192508) is known color: Pine Tree. HEX triplet: 19, 25 and 08. RGB value is (25,37,8). Sum of RGB (Red+Green+Blue) = 25+37+8=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #192508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192508 is #E6DAF7. Grayscale: #1E1E1E. Windows color (decimal): -15129336 or 533785. OLE color: 533785.
HSL color Cylindrical-coordinate representation of color #192508: hue angle of 84.83º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #192508 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 37 | 8 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.85 |
| HSL | 84.83º | 0.64% | 0.09% | - |
| HSV(B) | 84.83º | 0.78% | 0.15% | - |
| XYZ | 1.11 | 1.55 | 0.47 | - |
| YUV | 30.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 8 | 0.32 | 0 | 0.78 | 0.85 | 84.83 | 0.64 | 0.09 |
| Hex | 19 | 25 | 8 | 20 | 0 | 4E | 55 | 55 | 40 | 9 |
| Octal | 31 | 45 | 10 | 40 | 0 | 116 | 125 | 125 | 100 | 11 |
| Binary | 11001 | 100101 | 1000 | 100000 | 0 | 1001110 | 1010101 | 1010101 | 1000000 | 1001 |
Color Harmonies of #192508
Complementary color
Monochromatic Colors of #192508
Black with #192508
Text Example
Text Example
White with #192508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192508; }
p { color: rgb(25,37,8); }
H1.HeaderClassName
{
color: #192508;
}
.AnyTagClassName
{
color: #192508;
}
</style>
background-color css
<style>
a { background-color: #192508; }
a { background-color: rgb(25,37,8); }
div.DivClassName
{
background-color: #192508;
}
.BgClassName
{
background-color: #192508;
}
</style>
border-color css
<style>
span { border-color: #192508; }
span { border-color: rgb(25,37,8); }
td.TdClassName
{
border-color: #192508;
}
.TagClassName
{
border-color: #192508;
}
</style>