Shades of Pine Tree #151F10
Tints of Pine Tree #151F10
RGB
CMYK
RGB Variations
Color information
#151F10 (or 0x151F10) is known color: Pine Tree. HEX triplet: 15, 1F and 10. RGB value is (21,31,16). Sum of RGB (Red+Green+Blue) = 21+31+16=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 31 - color contains mainly: green. Hex color #151F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151F10 is #EAE0EF. Grayscale: #1A1A1A. Windows color (decimal): -15393008 or 1056533. OLE color: 1056533.
HSL color Cylindrical-coordinate representation of color #151F10: hue angle of 100º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #151F10 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 31 | 16 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.88 |
| HSL | 100º | 0.32% | 0.09% | - |
| HSV(B) | 100º | 0.48% | 0.12% | - |
| XYZ | 0.89 | 1.18 | 0.67 | - |
| YUV | 26.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 16 | 0.32 | 0 | 0.48 | 0.88 | 100 | 0.32 | 0.09 |
| Hex | 15 | 1F | 10 | 20 | 0 | 30 | 58 | 64 | 20 | 9 |
| Octal | 25 | 37 | 20 | 40 | 0 | 60 | 130 | 144 | 40 | 11 |
| Binary | 10101 | 11111 | 10000 | 100000 | 0 | 110000 | 1011000 | 1100100 | 100000 | 1001 |
Color Harmonies of #151F10
Complementary color
Monochromatic Colors of #151F10
Black with #151F10
Text Example
Text Example
White with #151F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F10; }
p { color: rgb(21,31,16); }
H1.HeaderClassName
{
color: #151F10;
}
.AnyTagClassName
{
color: #151F10;
}
</style>
background-color css
<style>
a { background-color: #151F10; }
a { background-color: rgb(21,31,16); }
div.DivClassName
{
background-color: #151F10;
}
.BgClassName
{
background-color: #151F10;
}
</style>
border-color css
<style>
span { border-color: #151F10; }
span { border-color: rgb(21,31,16); }
td.TdClassName
{
border-color: #151F10;
}
.TagClassName
{
border-color: #151F10;
}
</style>