Shades of Pine Tree #13240A
Tints of Pine Tree #13240A
RGB
CMYK
RGB Variations
Color information
#13240A (or 0x13240A) is known color: Pine Tree. HEX triplet: 13, 24 and 0A. RGB value is (19,36,10). Sum of RGB (Red+Green+Blue) = 19+36+10=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 36 (14.45% from 255 or 55.38% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 36 - color contains mainly: green. Hex color #13240A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13240A is #ECDBF5. Grayscale: #1C1C1C. Windows color (decimal): -15522806 or 664595. OLE color: 664595.
HSL color Cylindrical-coordinate representation of color #13240A: hue angle of 99.23º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13240A is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 36 | 10 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.86 |
| HSL | 99.23º | 0.57% | 0.09% | - |
| HSV(B) | 99.23º | 0.72% | 0.14% | - |
| XYZ | 0.95 | 1.42 | 0.51 | - |
| YUV | 27.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 10 | 0.47 | 0 | 0.72 | 0.86 | 99.23 | 0.57 | 0.09 |
| Hex | 13 | 24 | A | 2F | 0 | 48 | 56 | 63 | 39 | 9 |
| Octal | 23 | 44 | 12 | 57 | 0 | 110 | 126 | 143 | 71 | 11 |
| Binary | 10011 | 100100 | 1010 | 101111 | 0 | 1001000 | 1010110 | 1100011 | 111001 | 1001 |
Color Harmonies of #13240A
Complementary color
Monochromatic Colors of #13240A
Black with #13240A
Text Example
Text Example
White with #13240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13240A; }
p { color: rgb(19,36,10); }
H1.HeaderClassName
{
color: #13240A;
}
.AnyTagClassName
{
color: #13240A;
}
</style>
background-color css
<style>
a { background-color: #13240A; }
a { background-color: rgb(19,36,10); }
div.DivClassName
{
background-color: #13240A;
}
.BgClassName
{
background-color: #13240A;
}
</style>
border-color css
<style>
span { border-color: #13240A; }
span { border-color: rgb(19,36,10); }
td.TdClassName
{
border-color: #13240A;
}
.TagClassName
{
border-color: #13240A;
}
</style>