Shades of Pine Tree #132102
Tints of Pine Tree #132102
RGB
CMYK
RGB Variations
Color information
#132102 (or 0x132102) is known color: Pine Tree. HEX triplet: 13, 21 and 02. RGB value is (19,33,2). Sum of RGB (Red+Green+Blue) = 19+33+2=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 33 (13.28% from 255 or 61.11% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 33 - color contains mainly: green. Hex color #132102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132102 is #ECDEFD. Grayscale: #191919. Windows color (decimal): -15523582 or 139539. OLE color: 139539.
HSL color Cylindrical-coordinate representation of color #132102: hue angle of 87.1º 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 #132102 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 33 | 2 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.87 |
| HSL | 87.1º | 0.89% | 0.07% | - |
| HSV(B) | 87.1º | 0.94% | 0.13% | - |
| XYZ | 0.82 | 1.23 | 0.25 | - |
| YUV | 25.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 2 | 0.42 | 0 | 0.94 | 0.87 | 87.1 | 0.89 | 0.07 |
| Hex | 13 | 21 | 2 | 2A | 0 | 5E | 57 | 57 | 59 | 7 |
| Octal | 23 | 41 | 2 | 52 | 0 | 136 | 127 | 127 | 131 | 7 |
| Binary | 10011 | 100001 | 10 | 101010 | 0 | 1011110 | 1010111 | 1010111 | 1011001 | 111 |
Color Harmonies of #132102
Complementary color
Monochromatic Colors of #132102
Black with #132102
Text Example
Text Example
White with #132102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132102; }
p { color: rgb(19,33,2); }
H1.HeaderClassName
{
color: #132102;
}
.AnyTagClassName
{
color: #132102;
}
</style>
background-color css
<style>
a { background-color: #132102; }
a { background-color: rgb(19,33,2); }
div.DivClassName
{
background-color: #132102;
}
.BgClassName
{
background-color: #132102;
}
</style>
border-color css
<style>
span { border-color: #132102; }
span { border-color: rgb(19,33,2); }
td.TdClassName
{
border-color: #132102;
}
.TagClassName
{
border-color: #132102;
}
</style>