Shades of Pine Tree #151B10
Tints of Pine Tree #151B10
RGB
CMYK
RGB Variations
Color information
#151B10 (or 0x151B10) is known color: Pine Tree. HEX triplet: 15, 1B and 10. RGB value is (21,27,16). Sum of RGB (Red+Green+Blue) = 21+27+16=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 27 - color contains mainly: green. Hex color #151B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151B10 is #EAE4EF. Grayscale: #171717. Windows color (decimal): -15394032 or 1055509. OLE color: 1055509.
HSL color Cylindrical-coordinate representation of color #151B10: hue angle of 92.73º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #151B10 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 27 | 16 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.89 |
| HSL | 92.73º | 0.26% | 0.08% | - |
| HSV(B) | 92.73º | 0.41% | 0.11% | - |
| XYZ | 0.79 | 0.98 | 0.64 | - |
| YUV | 23.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 16 | 0.22 | 0 | 0.41 | 0.89 | 92.73 | 0.26 | 0.08 |
| Hex | 15 | 1B | 10 | 16 | 0 | 29 | 59 | 5D | 1A | 8 |
| Octal | 25 | 33 | 20 | 26 | 0 | 51 | 131 | 135 | 32 | 10 |
| Binary | 10101 | 11011 | 10000 | 10110 | 0 | 101001 | 1011001 | 1011101 | 11010 | 1000 |
Color Harmonies of #151B10
Complementary color
Monochromatic Colors of #151B10
Black with #151B10
Text Example
Text Example
White with #151B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151B10; }
p { color: rgb(21,27,16); }
H1.HeaderClassName
{
color: #151B10;
}
.AnyTagClassName
{
color: #151B10;
}
</style>
background-color css
<style>
a { background-color: #151B10; }
a { background-color: rgb(21,27,16); }
div.DivClassName
{
background-color: #151B10;
}
.BgClassName
{
background-color: #151B10;
}
</style>
border-color css
<style>
span { border-color: #151B10; }
span { border-color: rgb(21,27,16); }
td.TdClassName
{
border-color: #151B10;
}
.TagClassName
{
border-color: #151B10;
}
</style>