Shades of Pine Tree #15220D
Tints of Pine Tree #15220D
RGB
CMYK
RGB Variations
Color information
#15220D (or 0x15220D) is known color: Pine Tree. HEX triplet: 15, 22 and 0D. RGB value is (21,34,13). Sum of RGB (Red+Green+Blue) = 21+34+13=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 34 (13.67% from 255 or 50% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 34 - color contains mainly: green. Hex color #15220D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15220D is #EADDF2. Grayscale: #1B1B1B. Windows color (decimal): -15392243 or 860693. OLE color: 860693.
HSL color Cylindrical-coordinate representation of color #15220D: hue angle of 97.14º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15220D is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 34 | 13 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.87 |
| HSL | 97.14º | 0.45% | 0.09% | - |
| HSV(B) | 97.14º | 0.62% | 0.13% | - |
| XYZ | 0.95 | 1.33 | 0.59 | - |
| YUV | 27.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 13 | 0.38 | 0 | 0.62 | 0.87 | 97.14 | 0.45 | 0.09 |
| Hex | 15 | 22 | D | 26 | 0 | 3E | 57 | 61 | 2D | 9 |
| Octal | 25 | 42 | 15 | 46 | 0 | 76 | 127 | 141 | 55 | 11 |
| Binary | 10101 | 100010 | 1101 | 100110 | 0 | 111110 | 1010111 | 1100001 | 101101 | 1001 |
Color Harmonies of #15220D
Complementary color
Monochromatic Colors of #15220D
Black with #15220D
Text Example
Text Example
White with #15220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15220D; }
p { color: rgb(21,34,13); }
H1.HeaderClassName
{
color: #15220D;
}
.AnyTagClassName
{
color: #15220D;
}
</style>
background-color css
<style>
a { background-color: #15220D; }
a { background-color: rgb(21,34,13); }
div.DivClassName
{
background-color: #15220D;
}
.BgClassName
{
background-color: #15220D;
}
</style>
border-color css
<style>
span { border-color: #15220D; }
span { border-color: rgb(21,34,13); }
td.TdClassName
{
border-color: #15220D;
}
.TagClassName
{
border-color: #15220D;
}
</style>