Shades of Pine Tree #132700
Tints of Pine Tree #132700
RGB
CMYK
RGB Variations
Color information
#132700 (or 0x132700) is known color: Pine Tree. HEX triplet: 13, 27 and 00. RGB value is (19,39,0). Sum of RGB (Red+Green+Blue) = 19+39+0=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 39 (15.62% from 255 or 67.24% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 39 - color contains mainly: green. Hex color #132700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132700 is #ECD8FF. Grayscale: #1C1C1C. Windows color (decimal): -15522048 or 10003. OLE color: 10003.
HSL color Cylindrical-coordinate representation of color #132700: hue angle of 90.77º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #132700 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 39 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.85 |
| HSL | 90.77º | 1% | 0.08% | - |
| HSV(B) | 90.77º | 1% | 0.15% | - |
| XYZ | 0.99 | 1.59 | 0.25 | - |
| YUV | 28.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 0 | 0.51 | 0 | 1 | 0.85 | 90.77 | 1 | 0.08 |
| Hex | 13 | 27 | 0 | 33 | 0 | 64 | 55 | 5B | 64 | 8 |
| Octal | 23 | 47 | 0 | 63 | 0 | 144 | 125 | 133 | 144 | 10 |
| Binary | 10011 | 100111 | 0 | 110011 | 0 | 1100100 | 1010101 | 1011011 | 1100100 | 1000 |
Color Harmonies of #132700
Complementary color
Monochromatic Colors of #132700
Black with #132700
Text Example
Text Example
White with #132700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132700; }
p { color: rgb(19,39,0); }
H1.HeaderClassName
{
color: #132700;
}
.AnyTagClassName
{
color: #132700;
}
</style>
background-color css
<style>
a { background-color: #132700; }
a { background-color: rgb(19,39,0); }
div.DivClassName
{
background-color: #132700;
}
.BgClassName
{
background-color: #132700;
}
</style>
border-color css
<style>
span { border-color: #132700; }
span { border-color: rgb(19,39,0); }
td.TdClassName
{
border-color: #132700;
}
.TagClassName
{
border-color: #132700;
}
</style>