Shades of Pine Tree #13240B
Tints of Pine Tree #13240B
RGB
CMYK
RGB Variations
Color information
#13240B (or 0x13240B) is known color: Pine Tree. HEX triplet: 13, 24 and 0B. RGB value is (19,36,11). Sum of RGB (Red+Green+Blue) = 19+36+11=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 36 (14.45% from 255 or 54.55% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 36 - color contains mainly: green. Hex color #13240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13240B is #ECDBF4. Grayscale: #1C1C1C. Windows color (decimal): -15522805 or 730131. OLE color: 730131.
HSL color Cylindrical-coordinate representation of color #13240B: hue angle of 100.8º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13240B is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 36 | 11 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.86 |
| HSL | 100.8º | 0.53% | 0.09% | - |
| HSV(B) | 100.8º | 0.69% | 0.14% | - |
| XYZ | 0.96 | 1.42 | 0.54 | - |
| YUV | 28.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 11 | 0.47 | 0 | 0.69 | 0.86 | 100.8 | 0.53 | 0.09 |
| Hex | 13 | 24 | B | 2F | 0 | 45 | 56 | 65 | 35 | 9 |
| Octal | 23 | 44 | 13 | 57 | 0 | 105 | 126 | 145 | 65 | 11 |
| Binary | 10011 | 100100 | 1011 | 101111 | 0 | 1000101 | 1010110 | 1100101 | 110101 | 1001 |
Color Harmonies of #13240B
Complementary color
Monochromatic Colors of #13240B
Black with #13240B
Text Example
Text Example
White with #13240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13240B; }
p { color: rgb(19,36,11); }
H1.HeaderClassName
{
color: #13240B;
}
.AnyTagClassName
{
color: #13240B;
}
</style>
background-color css
<style>
a { background-color: #13240B; }
a { background-color: rgb(19,36,11); }
div.DivClassName
{
background-color: #13240B;
}
.BgClassName
{
background-color: #13240B;
}
</style>
border-color css
<style>
span { border-color: #13240B; }
span { border-color: rgb(19,36,11); }
td.TdClassName
{
border-color: #13240B;
}
.TagClassName
{
border-color: #13240B;
}
</style>