Shades of Pine Tree #151C08
Tints of Pine Tree #151C08
RGB
CMYK
RGB Variations
Color information
#151C08 (or 0x151C08) is known color: Pine Tree. HEX triplet: 15, 1C and 08. RGB value is (21,28,8). Sum of RGB (Red+Green+Blue) = 21+28+8=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #151C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151C08 is #EAE3F7. Grayscale: #171717. Windows color (decimal): -15393784 or 531477. OLE color: 531477.
HSL color Cylindrical-coordinate representation of color #151C08: hue angle of 81º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #151C08 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 28 | 8 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.89 |
| HSL | 81º | 0.56% | 0.07% | - |
| HSV(B) | 81º | 0.71% | 0.11% | - |
| XYZ | 0.77 | 1.01 | 0.38 | - |
| YUV | 23.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 8 | 0.25 | 0 | 0.71 | 0.89 | 81 | 0.56 | 0.07 |
| Hex | 15 | 1C | 8 | 19 | 0 | 47 | 59 | 51 | 38 | 7 |
| Octal | 25 | 34 | 10 | 31 | 0 | 107 | 131 | 121 | 70 | 7 |
| Binary | 10101 | 11100 | 1000 | 11001 | 0 | 1000111 | 1011001 | 1010001 | 111000 | 111 |
Color Harmonies of #151C08
Complementary color
Monochromatic Colors of #151C08
Black with #151C08
Text Example
Text Example
White with #151C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C08; }
p { color: rgb(21,28,8); }
H1.HeaderClassName
{
color: #151C08;
}
.AnyTagClassName
{
color: #151C08;
}
</style>
background-color css
<style>
a { background-color: #151C08; }
a { background-color: rgb(21,28,8); }
div.DivClassName
{
background-color: #151C08;
}
.BgClassName
{
background-color: #151C08;
}
</style>
border-color css
<style>
span { border-color: #151C08; }
span { border-color: rgb(21,28,8); }
td.TdClassName
{
border-color: #151C08;
}
.TagClassName
{
border-color: #151C08;
}
</style>