Shades of Pine Tree #15220C
Tints of Pine Tree #15220C
RGB
CMYK
RGB Variations
Color information
#15220C (or 0x15220C) is known color: Pine Tree. HEX triplet: 15, 22 and 0C. RGB value is (21,34,12). Sum of RGB (Red+Green+Blue) = 21+34+12=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 34 (13.67% from 255 or 50.75% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 34 - color contains mainly: green. Hex color #15220C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15220C is #EADDF3. Grayscale: #1B1B1B. Windows color (decimal): -15392244 or 795157. OLE color: 795157.
HSL color Cylindrical-coordinate representation of color #15220C: hue angle of 95.45º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #15220C is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 34 | 12 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.87 |
| HSL | 95.45º | 0.48% | 0.09% | - |
| HSV(B) | 95.45º | 0.65% | 0.13% | - |
| XYZ | 0.95 | 1.33 | 0.55 | - |
| YUV | 27.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 12 | 0.38 | 0 | 0.65 | 0.87 | 95.45 | 0.48 | 0.09 |
| Hex | 15 | 22 | C | 26 | 0 | 41 | 57 | 5F | 30 | 9 |
| Octal | 25 | 42 | 14 | 46 | 0 | 101 | 127 | 137 | 60 | 11 |
| Binary | 10101 | 100010 | 1100 | 100110 | 0 | 1000001 | 1010111 | 1011111 | 110000 | 1001 |
Color Harmonies of #15220C
Complementary color
Monochromatic Colors of #15220C
Black with #15220C
Text Example
Text Example
White with #15220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15220C; }
p { color: rgb(21,34,12); }
H1.HeaderClassName
{
color: #15220C;
}
.AnyTagClassName
{
color: #15220C;
}
</style>
background-color css
<style>
a { background-color: #15220C; }
a { background-color: rgb(21,34,12); }
div.DivClassName
{
background-color: #15220C;
}
.BgClassName
{
background-color: #15220C;
}
</style>
border-color css
<style>
span { border-color: #15220C; }
span { border-color: rgb(21,34,12); }
td.TdClassName
{
border-color: #15220C;
}
.TagClassName
{
border-color: #15220C;
}
</style>