Shades of Pine Tree #153301
Tints of Pine Tree #153301
RGB
CMYK
RGB Variations
Color information
#153301 (or 0x153301) is known color: Pine Tree. HEX triplet: 15, 33 and 01. RGB value is (21,51,1). Sum of RGB (Red+Green+Blue) = 21+51+1=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 51 (20.31% from 255 or 69.86% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 51 - color contains mainly: green. Hex color #153301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153301 is #EACCFE. Grayscale: #242424. Windows color (decimal): -15387903 or 78613. OLE color: 78613.
HSL color Cylindrical-coordinate representation of color #153301: hue angle of 96º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #153301 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 51 | 1 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.8 |
| HSL | 96º | 0.96% | 0.1% | - |
| HSV(B) | 96º | 0.98% | 0.2% | - |
| XYZ | 1.5 | 2.53 | 0.44 | - |
| YUV | 36.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 1 | 0.59 | 0 | 0.98 | 0.8 | 96 | 0.96 | 0.1 |
| Hex | 15 | 33 | 1 | 3B | 0 | 62 | 50 | 60 | 60 | A |
| Octal | 25 | 63 | 1 | 73 | 0 | 142 | 120 | 140 | 140 | 12 |
| Binary | 10101 | 110011 | 1 | 111011 | 0 | 1100010 | 1010000 | 1100000 | 1100000 | 1010 |
Color Harmonies of #153301
Complementary color
Monochromatic Colors of #153301
Black with #153301
Text Example
Text Example
White with #153301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153301; }
p { color: rgb(21,51,1); }
H1.HeaderClassName
{
color: #153301;
}
.AnyTagClassName
{
color: #153301;
}
</style>
background-color css
<style>
a { background-color: #153301; }
a { background-color: rgb(21,51,1); }
div.DivClassName
{
background-color: #153301;
}
.BgClassName
{
background-color: #153301;
}
</style>
border-color css
<style>
span { border-color: #153301; }
span { border-color: rgb(21,51,1); }
td.TdClassName
{
border-color: #153301;
}
.TagClassName
{
border-color: #153301;
}
</style>