Shades of Pine Tree #132402
Tints of Pine Tree #132402
RGB
CMYK
RGB Variations
Color information
#132402 (or 0x132402) is known color: Pine Tree. HEX triplet: 13, 24 and 02. RGB value is (19,36,2). Sum of RGB (Red+Green+Blue) = 19+36+2=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 36 (14.45% from 255 or 63.16% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 36 - color contains mainly: green. Hex color #132402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132402 is #ECDBFD. Grayscale: #1B1B1B. Windows color (decimal): -15522814 or 140307. OLE color: 140307.
HSL color Cylindrical-coordinate representation of color #132402: hue angle of 90º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #132402 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 36 | 2 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.86 |
| HSL | 90º | 0.89% | 0.07% | - |
| HSV(B) | 90º | 0.94% | 0.14% | - |
| XYZ | 0.91 | 1.4 | 0.28 | - |
| YUV | 27.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 2 | 0.47 | 0 | 0.94 | 0.86 | 90 | 0.89 | 0.07 |
| Hex | 13 | 24 | 2 | 2F | 0 | 5E | 56 | 5A | 59 | 7 |
| Octal | 23 | 44 | 2 | 57 | 0 | 136 | 126 | 132 | 131 | 7 |
| Binary | 10011 | 100100 | 10 | 101111 | 0 | 1011110 | 1010110 | 1011010 | 1011001 | 111 |
Color Harmonies of #132402
Complementary color
Monochromatic Colors of #132402
Black with #132402
Text Example
Text Example
White with #132402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132402; }
p { color: rgb(19,36,2); }
H1.HeaderClassName
{
color: #132402;
}
.AnyTagClassName
{
color: #132402;
}
</style>
background-color css
<style>
a { background-color: #132402; }
a { background-color: rgb(19,36,2); }
div.DivClassName
{
background-color: #132402;
}
.BgClassName
{
background-color: #132402;
}
</style>
border-color css
<style>
span { border-color: #132402; }
span { border-color: rgb(19,36,2); }
td.TdClassName
{
border-color: #132402;
}
.TagClassName
{
border-color: #132402;
}
</style>