Shades of Pine Tree #15220B
Tints of Pine Tree #15220B
RGB
CMYK
RGB Variations
Color information
#15220B (or 0x15220B) is known color: Pine Tree. HEX triplet: 15, 22 and 0B. RGB value is (21,34,11). Sum of RGB (Red+Green+Blue) = 21+34+11=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #15220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15220B is #EADDF4. Grayscale: #1B1B1B. Windows color (decimal): -15392245 or 729621. OLE color: 729621.
HSL color Cylindrical-coordinate representation of color #15220B: hue angle of 93.91º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15220B is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 34 | 11 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.87 |
| HSL | 93.91º | 0.51% | 0.09% | - |
| HSV(B) | 93.91º | 0.68% | 0.13% | - |
| XYZ | 0.94 | 1.33 | 0.52 | - |
| YUV | 27.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 11 | 0.38 | 0 | 0.68 | 0.87 | 93.91 | 0.51 | 0.09 |
| Hex | 15 | 22 | B | 26 | 0 | 44 | 57 | 5E | 33 | 9 |
| Octal | 25 | 42 | 13 | 46 | 0 | 104 | 127 | 136 | 63 | 11 |
| Binary | 10101 | 100010 | 1011 | 100110 | 0 | 1000100 | 1010111 | 1011110 | 110011 | 1001 |
Color Harmonies of #15220B
Complementary color
Monochromatic Colors of #15220B
Black with #15220B
Text Example
Text Example
White with #15220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15220B; }
p { color: rgb(21,34,11); }
H1.HeaderClassName
{
color: #15220B;
}
.AnyTagClassName
{
color: #15220B;
}
</style>
background-color css
<style>
a { background-color: #15220B; }
a { background-color: rgb(21,34,11); }
div.DivClassName
{
background-color: #15220B;
}
.BgClassName
{
background-color: #15220B;
}
</style>
border-color css
<style>
span { border-color: #15220B; }
span { border-color: rgb(21,34,11); }
td.TdClassName
{
border-color: #15220B;
}
.TagClassName
{
border-color: #15220B;
}
</style>