Shades of Pine Tree #132308
Tints of Pine Tree #132308
RGB
CMYK
RGB Variations
Color information
#132308 (or 0x132308) is known color: Pine Tree. HEX triplet: 13, 23 and 08. RGB value is (19,35,8). Sum of RGB (Red+Green+Blue) = 19+35+8=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #132308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132308 is #ECDCF7. Grayscale: #1B1B1B. Windows color (decimal): -15523064 or 533267. OLE color: 533267.
HSL color Cylindrical-coordinate representation of color #132308: hue angle of 95.56º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132308 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 35 | 8 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.86 |
| HSL | 95.56º | 0.63% | 0.08% | - |
| HSV(B) | 95.56º | 0.77% | 0.14% | - |
| XYZ | 0.91 | 1.36 | 0.44 | - |
| YUV | 27.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 8 | 0.46 | 0 | 0.77 | 0.86 | 95.56 | 0.63 | 0.08 |
| Hex | 13 | 23 | 8 | 2E | 0 | 4D | 56 | 60 | 3F | 8 |
| Octal | 23 | 43 | 10 | 56 | 0 | 115 | 126 | 140 | 77 | 10 |
| Binary | 10011 | 100011 | 1000 | 101110 | 0 | 1001101 | 1010110 | 1100000 | 111111 | 1000 |
Color Harmonies of #132308
Complementary color
Monochromatic Colors of #132308
Black with #132308
Text Example
Text Example
White with #132308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132308; }
p { color: rgb(19,35,8); }
H1.HeaderClassName
{
color: #132308;
}
.AnyTagClassName
{
color: #132308;
}
</style>
background-color css
<style>
a { background-color: #132308; }
a { background-color: rgb(19,35,8); }
div.DivClassName
{
background-color: #132308;
}
.BgClassName
{
background-color: #132308;
}
</style>
border-color css
<style>
span { border-color: #132308; }
span { border-color: rgb(19,35,8); }
td.TdClassName
{
border-color: #132308;
}
.TagClassName
{
border-color: #132308;
}
</style>