Shades of Pine Tree #132502
Tints of Pine Tree #132502
RGB
CMYK
RGB Variations
Color information
#132502 (or 0x132502) is known color: Pine Tree. HEX triplet: 13, 25 and 02. RGB value is (19,37,2). Sum of RGB (Red+Green+Blue) = 19+37+2=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #132502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132502 is #ECDAFD. Grayscale: #1B1B1B. Windows color (decimal): -15522558 or 140563. OLE color: 140563.
HSL color Cylindrical-coordinate representation of color #132502: hue angle of 90.86º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #132502 is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 37 | 2 | - |
| CMYK | 0.49 | 0 | 0.95 | 0.85 |
| HSL | 90.86º | 0.9% | 0.08% | - |
| HSV(B) | 90.86º | 0.95% | 0.15% | - |
| XYZ | 0.94 | 1.47 | 0.29 | - |
| YUV | 27.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 2 | 0.49 | 0 | 0.95 | 0.85 | 90.86 | 0.9 | 0.08 |
| Hex | 13 | 25 | 2 | 31 | 0 | 5F | 55 | 5B | 5A | 8 |
| Octal | 23 | 45 | 2 | 61 | 0 | 137 | 125 | 133 | 132 | 10 |
| Binary | 10011 | 100101 | 10 | 110001 | 0 | 1011111 | 1010101 | 1011011 | 1011010 | 1000 |
Color Harmonies of #132502
Complementary color
Monochromatic Colors of #132502
Black with #132502
Text Example
Text Example
White with #132502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132502; }
p { color: rgb(19,37,2); }
H1.HeaderClassName
{
color: #132502;
}
.AnyTagClassName
{
color: #132502;
}
</style>
background-color css
<style>
a { background-color: #132502; }
a { background-color: rgb(19,37,2); }
div.DivClassName
{
background-color: #132502;
}
.BgClassName
{
background-color: #132502;
}
</style>
border-color css
<style>
span { border-color: #132502; }
span { border-color: rgb(19,37,2); }
td.TdClassName
{
border-color: #132502;
}
.TagClassName
{
border-color: #132502;
}
</style>