Shades of Pine Tree #15260C
Tints of Pine Tree #15260C
RGB
CMYK
RGB Variations
Color information
#15260C (or 0x15260C) is known color: Pine Tree. HEX triplet: 15, 26 and 0C. RGB value is (21,38,12). Sum of RGB (Red+Green+Blue) = 21+38+12=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 38 (15.23% from 255 or 53.52% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 38 - color contains mainly: green. Hex color #15260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15260C is #EAD9F3. Grayscale: #1E1E1E. Windows color (decimal): -15391220 or 796181. OLE color: 796181.
HSL color Cylindrical-coordinate representation of color #15260C: hue angle of 99.23º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15260C is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 38 | 12 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.85 |
| HSL | 99.23º | 0.52% | 0.1% | - |
| HSV(B) | 99.23º | 0.68% | 0.15% | - |
| XYZ | 1.07 | 1.57 | 0.59 | - |
| YUV | 29.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 12 | 0.45 | 0 | 0.68 | 0.85 | 99.23 | 0.52 | 0.1 |
| Hex | 15 | 26 | C | 2D | 0 | 44 | 55 | 63 | 34 | A |
| Octal | 25 | 46 | 14 | 55 | 0 | 104 | 125 | 143 | 64 | 12 |
| Binary | 10101 | 100110 | 1100 | 101101 | 0 | 1000100 | 1010101 | 1100011 | 110100 | 1010 |
Color Harmonies of #15260C
Complementary color
Monochromatic Colors of #15260C
Black with #15260C
Text Example
Text Example
White with #15260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15260C; }
p { color: rgb(21,38,12); }
H1.HeaderClassName
{
color: #15260C;
}
.AnyTagClassName
{
color: #15260C;
}
</style>
background-color css
<style>
a { background-color: #15260C; }
a { background-color: rgb(21,38,12); }
div.DivClassName
{
background-color: #15260C;
}
.BgClassName
{
background-color: #15260C;
}
</style>
border-color css
<style>
span { border-color: #15260C; }
span { border-color: rgb(21,38,12); }
td.TdClassName
{
border-color: #15260C;
}
.TagClassName
{
border-color: #15260C;
}
</style>