Shades of Pine Tree #192C0E
Tints of Pine Tree #192C0E
RGB
CMYK
RGB Variations
Color information
#192C0E (or 0x192C0E) is known color: Pine Tree. HEX triplet: 19, 2C and 0E. RGB value is (25,44,14). Sum of RGB (Red+Green+Blue) = 25+44+14=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 44 (17.58% from 255 or 53.01% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 44 - color contains mainly: green. Hex color #192C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192C0E is #E6D3F1. Grayscale: #222222. Windows color (decimal): -15127538 or 928793. OLE color: 928793.
HSL color Cylindrical-coordinate representation of color #192C0E: hue angle of 98º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #192C0E is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 44 | 14 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.83 |
| HSL | 98º | 0.52% | 0.11% | - |
| HSV(B) | 98º | 0.68% | 0.17% | - |
| XYZ | 1.38 | 2.04 | 0.74 | - |
| YUV | 34.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 14 | 0.43 | 0 | 0.68 | 0.83 | 98 | 0.52 | 0.11 |
| Hex | 19 | 2C | E | 2B | 0 | 44 | 53 | 62 | 34 | B |
| Octal | 31 | 54 | 16 | 53 | 0 | 104 | 123 | 142 | 64 | 13 |
| Binary | 11001 | 101100 | 1110 | 101011 | 0 | 1000100 | 1010011 | 1100010 | 110100 | 1011 |
Color Harmonies of #192C0E
Complementary color
Monochromatic Colors of #192C0E
Black with #192C0E
Text Example
Text Example
White with #192C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192C0E; }
p { color: rgb(25,44,14); }
H1.HeaderClassName
{
color: #192C0E;
}
.AnyTagClassName
{
color: #192C0E;
}
</style>
background-color css
<style>
a { background-color: #192C0E; }
a { background-color: rgb(25,44,14); }
div.DivClassName
{
background-color: #192C0E;
}
.BgClassName
{
background-color: #192C0E;
}
</style>
border-color css
<style>
span { border-color: #192C0E; }
span { border-color: rgb(25,44,14); }
td.TdClassName
{
border-color: #192C0E;
}
.TagClassName
{
border-color: #192C0E;
}
</style>