Shades of Pine Tree #132304
Tints of Pine Tree #132304
RGB
CMYK
RGB Variations
Color information
#132304 (or 0x132304) is known color: Pine Tree. HEX triplet: 13, 23 and 04. RGB value is (19,35,4). Sum of RGB (Red+Green+Blue) = 19+35+4=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 35 (14.06% from 255 or 60.34% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 35 - color contains mainly: green. Hex color #132304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132304 is #ECDCFB. Grayscale: #1A1A1A. Windows color (decimal): -15523068 or 271123. OLE color: 271123.
HSL color Cylindrical-coordinate representation of color #132304: hue angle of 90.97º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #132304 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 35 | 4 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.86 |
| HSL | 90.97º | 0.79% | 0.08% | - |
| HSV(B) | 90.97º | 0.89% | 0.14% | - |
| XYZ | 0.89 | 1.35 | 0.33 | - |
| YUV | 26.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 4 | 0.46 | 0 | 0.89 | 0.86 | 90.97 | 0.79 | 0.08 |
| Hex | 13 | 23 | 4 | 2E | 0 | 59 | 56 | 5B | 4F | 8 |
| Octal | 23 | 43 | 4 | 56 | 0 | 131 | 126 | 133 | 117 | 10 |
| Binary | 10011 | 100011 | 100 | 101110 | 0 | 1011001 | 1010110 | 1011011 | 1001111 | 1000 |
Color Harmonies of #132304
Complementary color
Monochromatic Colors of #132304
Black with #132304
Text Example
Text Example
White with #132304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132304; }
p { color: rgb(19,35,4); }
H1.HeaderClassName
{
color: #132304;
}
.AnyTagClassName
{
color: #132304;
}
</style>
background-color css
<style>
a { background-color: #132304; }
a { background-color: rgb(19,35,4); }
div.DivClassName
{
background-color: #132304;
}
.BgClassName
{
background-color: #132304;
}
</style>
border-color css
<style>
span { border-color: #132304; }
span { border-color: rgb(19,35,4); }
td.TdClassName
{
border-color: #132304;
}
.TagClassName
{
border-color: #132304;
}
</style>