Shades of Pine Tree #192102
Tints of Pine Tree #192102
RGB
CMYK
RGB Variations
Color information
#192102 (or 0x192102) is known color: Pine Tree. HEX triplet: 19, 21 and 02. RGB value is (25,33,2). Sum of RGB (Red+Green+Blue) = 25+33+2=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 33 (13.28% from 255 or 55% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 33 - color contains mainly: green. Hex color #192102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192102 is #E6DEFD. Grayscale: #1B1B1B. Windows color (decimal): -15130366 or 139545. OLE color: 139545.
HSL color Cylindrical-coordinate representation of color #192102: hue angle of 75.48º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #192102 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 33 | 2 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.87 |
| HSL | 75.48º | 0.89% | 0.07% | - |
| HSV(B) | 75.48º | 0.94% | 0.13% | - |
| XYZ | 0.96 | 1.3 | 0.26 | - |
| YUV | 27.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 2 | 0.24 | 0 | 0.94 | 0.87 | 75.48 | 0.89 | 0.07 |
| Hex | 19 | 21 | 2 | 18 | 0 | 5E | 57 | 4B | 59 | 7 |
| Octal | 31 | 41 | 2 | 30 | 0 | 136 | 127 | 113 | 131 | 7 |
| Binary | 11001 | 100001 | 10 | 11000 | 0 | 1011110 | 1010111 | 1001011 | 1011001 | 111 |
Color Harmonies of #192102
Complementary color
Monochromatic Colors of #192102
Black with #192102
Text Example
Text Example
White with #192102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192102; }
p { color: rgb(25,33,2); }
H1.HeaderClassName
{
color: #192102;
}
.AnyTagClassName
{
color: #192102;
}
</style>
background-color css
<style>
a { background-color: #192102; }
a { background-color: rgb(25,33,2); }
div.DivClassName
{
background-color: #192102;
}
.BgClassName
{
background-color: #192102;
}
</style>
border-color css
<style>
span { border-color: #192102; }
span { border-color: rgb(25,33,2); }
td.TdClassName
{
border-color: #192102;
}
.TagClassName
{
border-color: #192102;
}
</style>