Shades of Pine Tree #192B0C
Tints of Pine Tree #192B0C
RGB
CMYK
RGB Variations
Color information
#192B0C (or 0x192B0C) is known color: Pine Tree. HEX triplet: 19, 2B and 0C. RGB value is (25,43,12). Sum of RGB (Red+Green+Blue) = 25+43+12=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 43 (17.19% from 255 or 53.75% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 43 - color contains mainly: green. Hex color #192B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192B0C is #E6D4F3. Grayscale: #222222. Windows color (decimal): -15127796 or 797465. OLE color: 797465.
HSL color Cylindrical-coordinate representation of color #192B0C: hue angle of 94.84º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #192B0C is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 43 | 12 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.83 |
| HSL | 94.84º | 0.56% | 0.11% | - |
| HSV(B) | 94.84º | 0.72% | 0.17% | - |
| XYZ | 1.33 | 1.96 | 0.66 | - |
| YUV | 34.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 12 | 0.42 | 0 | 0.72 | 0.83 | 94.84 | 0.56 | 0.11 |
| Hex | 19 | 2B | C | 2A | 0 | 48 | 53 | 5F | 38 | B |
| Octal | 31 | 53 | 14 | 52 | 0 | 110 | 123 | 137 | 70 | 13 |
| Binary | 11001 | 101011 | 1100 | 101010 | 0 | 1001000 | 1010011 | 1011111 | 111000 | 1011 |
Color Harmonies of #192B0C
Complementary color
Monochromatic Colors of #192B0C
Black with #192B0C
Text Example
Text Example
White with #192B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B0C; }
p { color: rgb(25,43,12); }
H1.HeaderClassName
{
color: #192B0C;
}
.AnyTagClassName
{
color: #192B0C;
}
</style>
background-color css
<style>
a { background-color: #192B0C; }
a { background-color: rgb(25,43,12); }
div.DivClassName
{
background-color: #192B0C;
}
.BgClassName
{
background-color: #192B0C;
}
</style>
border-color css
<style>
span { border-color: #192B0C; }
span { border-color: rgb(25,43,12); }
td.TdClassName
{
border-color: #192B0C;
}
.TagClassName
{
border-color: #192B0C;
}
</style>