Shades of Pine Tree #151C02
Tints of Pine Tree #151C02
RGB
CMYK
RGB Variations
Color information
#151C02 (or 0x151C02) is known color: Pine Tree. HEX triplet: 15, 1C and 02. RGB value is (21,28,2). Sum of RGB (Red+Green+Blue) = 21+28+2=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 28 (11.33% from 255 or 54.90% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 28 - color contains mainly: green. Hex color #151C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151C02 is #EAE3FD. Grayscale: #171717. Windows color (decimal): -15393790 or 138261. OLE color: 138261.
HSL color Cylindrical-coordinate representation of color #151C02: hue angle of 76.15º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #151C02 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 28 | 2 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.89 |
| HSL | 76.15º | 0.87% | 0.06% | - |
| HSV(B) | 76.15º | 0.93% | 0.11% | - |
| XYZ | 0.74 | 0.99 | 0.21 | - |
| YUV | 22.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 2 | 0.25 | 0 | 0.93 | 0.89 | 76.15 | 0.87 | 0.06 |
| Hex | 15 | 1C | 2 | 19 | 0 | 5D | 59 | 4C | 57 | 6 |
| Octal | 25 | 34 | 2 | 31 | 0 | 135 | 131 | 114 | 127 | 6 |
| Binary | 10101 | 11100 | 10 | 11001 | 0 | 1011101 | 1011001 | 1001100 | 1010111 | 110 |
Color Harmonies of #151C02
Complementary color
Monochromatic Colors of #151C02
Black with #151C02
Text Example
Text Example
White with #151C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C02; }
p { color: rgb(21,28,2); }
H1.HeaderClassName
{
color: #151C02;
}
.AnyTagClassName
{
color: #151C02;
}
</style>
background-color css
<style>
a { background-color: #151C02; }
a { background-color: rgb(21,28,2); }
div.DivClassName
{
background-color: #151C02;
}
.BgClassName
{
background-color: #151C02;
}
</style>
border-color css
<style>
span { border-color: #151C02; }
span { border-color: rgb(21,28,2); }
td.TdClassName
{
border-color: #151C02;
}
.TagClassName
{
border-color: #151C02;
}
</style>