Shades of Pine Tree #15250B
Tints of Pine Tree #15250B
RGB
CMYK
RGB Variations
Color information
#15250B (or 0x15250B) is known color: Pine Tree. HEX triplet: 15, 25 and 0B. RGB value is (21,37,11). Sum of RGB (Red+Green+Blue) = 21+37+11=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #15250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15250B is #EADAF4. Grayscale: #1D1D1D. Windows color (decimal): -15391477 or 730389. OLE color: 730389.
HSL color Cylindrical-coordinate representation of color #15250B: hue angle of 96.92º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15250B is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 37 | 11 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.85 |
| HSL | 96.92º | 0.54% | 0.09% | - |
| HSV(B) | 96.92º | 0.7% | 0.15% | - |
| XYZ | 1.03 | 1.51 | 0.55 | - |
| YUV | 29.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 11 | 0.43 | 0 | 0.70 | 0.85 | 96.92 | 0.54 | 0.09 |
| Hex | 15 | 25 | B | 2B | 0 | 46 | 55 | 61 | 36 | 9 |
| Octal | 25 | 45 | 13 | 53 | 0 | 106 | 125 | 141 | 66 | 11 |
| Binary | 10101 | 100101 | 1011 | 101011 | 0 | 1000110 | 1010101 | 1100001 | 110110 | 1001 |
Color Harmonies of #15250B
Complementary color
Monochromatic Colors of #15250B
Black with #15250B
Text Example
Text Example
White with #15250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15250B; }
p { color: rgb(21,37,11); }
H1.HeaderClassName
{
color: #15250B;
}
.AnyTagClassName
{
color: #15250B;
}
</style>
background-color css
<style>
a { background-color: #15250B; }
a { background-color: rgb(21,37,11); }
div.DivClassName
{
background-color: #15250B;
}
.BgClassName
{
background-color: #15250B;
}
</style>
border-color css
<style>
span { border-color: #15250B; }
span { border-color: rgb(21,37,11); }
td.TdClassName
{
border-color: #15250B;
}
.TagClassName
{
border-color: #15250B;
}
</style>