Shades of Pine Tree #151C01
Tints of Pine Tree #151C01
RGB
CMYK
RGB Variations
Color information
#151C01 (or 0x151C01) is known color: Pine Tree. HEX triplet: 15, 1C and 01. RGB value is (21,28,1). Sum of RGB (Red+Green+Blue) = 21+28+1=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 28 (11.33% from 255 or 56% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 28 - color contains mainly: green. Hex color #151C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151C01 is #EAE3FE. Grayscale: #161616. Windows color (decimal): -15393791 or 72725. OLE color: 72725.
HSL color Cylindrical-coordinate representation of color #151C01: hue angle of 75.56º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #151C01 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 28 | 1 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.89 |
| HSL | 75.56º | 0.93% | 0.06% | - |
| HSV(B) | 75.56º | 0.96% | 0.11% | - |
| XYZ | 0.73 | 0.99 | 0.18 | - |
| YUV | 22.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 1 | 0.25 | 0 | 0.96 | 0.89 | 75.56 | 0.93 | 0.06 |
| Hex | 15 | 1C | 1 | 19 | 0 | 60 | 59 | 4C | 5D | 6 |
| Octal | 25 | 34 | 1 | 31 | 0 | 140 | 131 | 114 | 135 | 6 |
| Binary | 10101 | 11100 | 1 | 11001 | 0 | 1100000 | 1011001 | 1001100 | 1011101 | 110 |
Color Harmonies of #151C01
Complementary color
Monochromatic Colors of #151C01
Black with #151C01
Text Example
Text Example
White with #151C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C01; }
p { color: rgb(21,28,1); }
H1.HeaderClassName
{
color: #151C01;
}
.AnyTagClassName
{
color: #151C01;
}
</style>
background-color css
<style>
a { background-color: #151C01; }
a { background-color: rgb(21,28,1); }
div.DivClassName
{
background-color: #151C01;
}
.BgClassName
{
background-color: #151C01;
}
</style>
border-color css
<style>
span { border-color: #151C01; }
span { border-color: rgb(21,28,1); }
td.TdClassName
{
border-color: #151C01;
}
.TagClassName
{
border-color: #151C01;
}
</style>