Shades of Pine Tree #151C10
Tints of Pine Tree #151C10
RGB
CMYK
RGB Variations
Color information
#151C10 (or 0x151C10) is known color: Pine Tree. HEX triplet: 15, 1C and 10. RGB value is (21,28,16). Sum of RGB (Red+Green+Blue) = 21+28+16=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 28 - color contains mainly: green. Hex color #151C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151C10 is #EAE3EF. Grayscale: #181818. Windows color (decimal): -15393776 or 1055765. OLE color: 1055765.
HSL color Cylindrical-coordinate representation of color #151C10: hue angle of 95º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #151C10 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 28 | 16 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.89 |
| HSL | 95º | 0.27% | 0.09% | - |
| HSV(B) | 95º | 0.43% | 0.11% | - |
| XYZ | 0.82 | 1.03 | 0.65 | - |
| YUV | 24.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 16 | 0.25 | 0 | 0.43 | 0.89 | 95 | 0.27 | 0.09 |
| Hex | 15 | 1C | 10 | 19 | 0 | 2B | 59 | 5F | 1B | 9 |
| Octal | 25 | 34 | 20 | 31 | 0 | 53 | 131 | 137 | 33 | 11 |
| Binary | 10101 | 11100 | 10000 | 11001 | 0 | 101011 | 1011001 | 1011111 | 11011 | 1001 |
Color Harmonies of #151C10
Complementary color
Monochromatic Colors of #151C10
Black with #151C10
Text Example
Text Example
White with #151C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C10; }
p { color: rgb(21,28,16); }
H1.HeaderClassName
{
color: #151C10;
}
.AnyTagClassName
{
color: #151C10;
}
</style>
background-color css
<style>
a { background-color: #151C10; }
a { background-color: rgb(21,28,16); }
div.DivClassName
{
background-color: #151C10;
}
.BgClassName
{
background-color: #151C10;
}
</style>
border-color css
<style>
span { border-color: #151C10; }
span { border-color: rgb(21,28,16); }
td.TdClassName
{
border-color: #151C10;
}
.TagClassName
{
border-color: #151C10;
}
</style>