Shades of Pine Tree #151C00
Tints of Pine Tree #151C00
RGB
CMYK
RGB Variations
Color information
#151C00 (or 0x151C00) is known color: Pine Tree. HEX triplet: 15, 1C and 00. RGB value is (21,28,0). Sum of RGB (Red+Green+Blue) = 21+28+0=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #151C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151C00 is #EAE3FF. Grayscale: #161616. Windows color (decimal): -15393792 or 7189. OLE color: 7189.
HSL color Cylindrical-coordinate representation of color #151C00: hue angle of 75º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #151C00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 28 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.89 |
| HSL | 75º | 1% | 0.05% | - |
| HSV(B) | 75º | 1% | 0.11% | - |
| XYZ | 0.72 | 0.99 | 0.15 | - |
| YUV | 22.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 0 | 0.25 | 0 | 1 | 0.89 | 75 | 1 | 0.05 |
| Hex | 15 | 1C | 0 | 19 | 0 | 64 | 59 | 4B | 64 | 5 |
| Octal | 25 | 34 | 0 | 31 | 0 | 144 | 131 | 113 | 144 | 5 |
| Binary | 10101 | 11100 | 0 | 11001 | 0 | 1100100 | 1011001 | 1001011 | 1100100 | 101 |
Color Harmonies of #151C00
Complementary color
Monochromatic Colors of #151C00
Black with #151C00
Text Example
Text Example
White with #151C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C00; }
p { color: rgb(21,28,0); }
H1.HeaderClassName
{
color: #151C00;
}
.AnyTagClassName
{
color: #151C00;
}
</style>
background-color css
<style>
a { background-color: #151C00; }
a { background-color: rgb(21,28,0); }
div.DivClassName
{
background-color: #151C00;
}
.BgClassName
{
background-color: #151C00;
}
</style>
border-color css
<style>
span { border-color: #151C00; }
span { border-color: rgb(21,28,0); }
td.TdClassName
{
border-color: #151C00;
}
.TagClassName
{
border-color: #151C00;
}
</style>