Shades of Pine Tree #132400
Tints of Pine Tree #132400
RGB
CMYK
RGB Variations
Color information
#132400 (or 0x132400) is known color: Pine Tree. HEX triplet: 13, 24 and 00. RGB value is (19,36,0). Sum of RGB (Red+Green+Blue) = 19+36+0=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 36 (14.45% from 255 or 65.45% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 36 - color contains mainly: green. Hex color #132400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132400 is #ECDBFF. Grayscale: #1A1A1A. Windows color (decimal): -15522816 or 9235. OLE color: 9235.
HSL color Cylindrical-coordinate representation of color #132400: hue angle of 88.33º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #132400 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 36 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.86 |
| HSL | 88.33º | 1% | 0.07% | - |
| HSV(B) | 88.33º | 1% | 0.14% | - |
| XYZ | 0.9 | 1.4 | 0.22 | - |
| YUV | 26.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 0 | 0.47 | 0 | 1 | 0.86 | 88.33 | 1 | 0.07 |
| Hex | 13 | 24 | 0 | 2F | 0 | 64 | 56 | 58 | 64 | 7 |
| Octal | 23 | 44 | 0 | 57 | 0 | 144 | 126 | 130 | 144 | 7 |
| Binary | 10011 | 100100 | 0 | 101111 | 0 | 1100100 | 1010110 | 1011000 | 1100100 | 111 |
Color Harmonies of #132400
Complementary color
Monochromatic Colors of #132400
Black with #132400
Text Example
Text Example
White with #132400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132400; }
p { color: rgb(19,36,0); }
H1.HeaderClassName
{
color: #132400;
}
.AnyTagClassName
{
color: #132400;
}
</style>
background-color css
<style>
a { background-color: #132400; }
a { background-color: rgb(19,36,0); }
div.DivClassName
{
background-color: #132400;
}
.BgClassName
{
background-color: #132400;
}
</style>
border-color css
<style>
span { border-color: #132400; }
span { border-color: rgb(19,36,0); }
td.TdClassName
{
border-color: #132400;
}
.TagClassName
{
border-color: #132400;
}
</style>