Shades of Pine Tree #192412
Tints of Pine Tree #192412
RGB
CMYK
RGB Variations
Color information
#192412 (or 0x192412) is known color: Pine Tree. HEX triplet: 19, 24 and 12. RGB value is (25,36,18). Sum of RGB (Red+Green+Blue) = 25+36+18=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #192412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192412 is #E6DBED. Grayscale: #1E1E1E. Windows color (decimal): -15129582 or 1188889. OLE color: 1188889.
HSL color Cylindrical-coordinate representation of color #192412: hue angle of 96.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #192412 is Cyan = 0.31, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 36 | 18 | - |
| CMYK | 0.31 | 0 | 0.5 | 0.86 |
| HSL | 96.67º | 0.33% | 0.11% | - |
| HSV(B) | 96.67º | 0.5% | 0.14% | - |
| XYZ | 1.14 | 1.51 | 0.8 | - |
| YUV | 30.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 18 | 0.31 | 0 | 0.5 | 0.86 | 96.67 | 0.33 | 0.11 |
| Hex | 19 | 24 | 12 | 1F | 0 | 32 | 56 | 61 | 21 | B |
| Octal | 31 | 44 | 22 | 37 | 0 | 62 | 126 | 141 | 41 | 13 |
| Binary | 11001 | 100100 | 10010 | 11111 | 0 | 110010 | 1010110 | 1100001 | 100001 | 1011 |
Color Harmonies of #192412
Complementary color
Monochromatic Colors of #192412
Black with #192412
Text Example
Text Example
White with #192412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192412; }
p { color: rgb(25,36,18); }
H1.HeaderClassName
{
color: #192412;
}
.AnyTagClassName
{
color: #192412;
}
</style>
background-color css
<style>
a { background-color: #192412; }
a { background-color: rgb(25,36,18); }
div.DivClassName
{
background-color: #192412;
}
.BgClassName
{
background-color: #192412;
}
</style>
border-color css
<style>
span { border-color: #192412; }
span { border-color: rgb(25,36,18); }
td.TdClassName
{
border-color: #192412;
}
.TagClassName
{
border-color: #192412;
}
</style>