Shades of Pine Tree #151E0F
Tints of Pine Tree #151E0F
RGB
CMYK
RGB Variations
Color information
#151E0F (or 0x151E0F) is known color: Pine Tree. HEX triplet: 15, 1E and 0F. RGB value is (21,30,15). Sum of RGB (Red+Green+Blue) = 21+30+15=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 30 - color contains mainly: green. Hex color #151E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151E0F is #EAE1F0. Grayscale: #191919. Windows color (decimal): -15393265 or 990741. OLE color: 990741.
HSL color Cylindrical-coordinate representation of color #151E0F: hue angle of 96º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #151E0F is Cyan = 0.30, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 30 | 15 | - |
| CMYK | 0.30 | 0 | 0.5 | 0.88 |
| HSL | 96º | 0.33% | 0.09% | - |
| HSV(B) | 96º | 0.5% | 0.12% | - |
| XYZ | 0.86 | 1.12 | 0.62 | - |
| YUV | 25.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 15 | 0.30 | 0 | 0.5 | 0.88 | 96 | 0.33 | 0.09 |
| Hex | 15 | 1E | F | 1E | 0 | 32 | 58 | 60 | 21 | 9 |
| Octal | 25 | 36 | 17 | 36 | 0 | 62 | 130 | 140 | 41 | 11 |
| Binary | 10101 | 11110 | 1111 | 11110 | 0 | 110010 | 1011000 | 1100000 | 100001 | 1001 |
Color Harmonies of #151E0F
Complementary color
Monochromatic Colors of #151E0F
Black with #151E0F
Text Example
Text Example
White with #151E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E0F; }
p { color: rgb(21,30,15); }
H1.HeaderClassName
{
color: #151E0F;
}
.AnyTagClassName
{
color: #151E0F;
}
</style>
background-color css
<style>
a { background-color: #151E0F; }
a { background-color: rgb(21,30,15); }
div.DivClassName
{
background-color: #151E0F;
}
.BgClassName
{
background-color: #151E0F;
}
</style>
border-color css
<style>
span { border-color: #151E0F; }
span { border-color: rgb(21,30,15); }
td.TdClassName
{
border-color: #151E0F;
}
.TagClassName
{
border-color: #151E0F;
}
</style>