Shades of Pine Tree #152700
Tints of Pine Tree #152700
RGB
CMYK
RGB Variations
Color information
#152700 (or 0x152700) is known color: Pine Tree. HEX triplet: 15, 27 and 00. RGB value is (21,39,0). Sum of RGB (Red+Green+Blue) = 21+39+0=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 39 (15.62% from 255 or 65% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 39 - color contains mainly: green. Hex color #152700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152700 is #EAD8FF. Grayscale: #1D1D1D. Windows color (decimal): -15390976 or 10005. OLE color: 10005.
HSL color Cylindrical-coordinate representation of color #152700: hue angle of 87.69º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #152700 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 39 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.85 |
| HSL | 87.69º | 1% | 0.08% | - |
| HSV(B) | 87.69º | 1% | 0.15% | - |
| XYZ | 1.03 | 1.61 | 0.26 | - |
| YUV | 29.17 | 111.54 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 39 | 0 | 0.46 | 0 | 1 | 0.85 | 87.69 | 1 | 0.08 |
| Hex | 15 | 27 | 0 | 2E | 0 | 64 | 55 | 58 | 64 | 8 |
| Octal | 25 | 47 | 0 | 56 | 0 | 144 | 125 | 130 | 144 | 10 |
| Binary | 10101 | 100111 | 0 | 101110 | 0 | 1100100 | 1010101 | 1011000 | 1100100 | 1000 |
Color Harmonies of #152700
Complementary color
Monochromatic Colors of #152700
Black with #152700
Text Example
Text Example
White with #152700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152700; }
p { color: rgb(21,39,0); }
H1.HeaderClassName
{
color: #152700;
}
.AnyTagClassName
{
color: #152700;
}
</style>
background-color css
<style>
a { background-color: #152700; }
a { background-color: rgb(21,39,0); }
div.DivClassName
{
background-color: #152700;
}
.BgClassName
{
background-color: #152700;
}
</style>
border-color css
<style>
span { border-color: #152700; }
span { border-color: rgb(21,39,0); }
td.TdClassName
{
border-color: #152700;
}
.TagClassName
{
border-color: #152700;
}
</style>