Shades of Pine Tree #153200
Tints of Pine Tree #153200
RGB
CMYK
RGB Variations
Color information
#153200 (or 0x153200) is known color: Pine Tree. HEX triplet: 15, 32 and 00. RGB value is (21,50,0). Sum of RGB (Red+Green+Blue) = 21+50+0=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 50 (19.92% from 255 or 70.42% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 50 - color contains mainly: green. Hex color #153200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153200 is #EACDFF. Grayscale: #232323. Windows color (decimal): -15388160 or 12821. OLE color: 12821.
HSL color Cylindrical-coordinate representation of color #153200: hue angle of 94.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #153200 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 50 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.80 |
| HSL | 94.8º | 1% | 0.1% | - |
| HSV(B) | 94.8º | 1% | 0.2% | - |
| XYZ | 1.45 | 2.44 | 0.39 | - |
| YUV | 35.63 | 107.89 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 0 | 0.58 | 0 | 1 | 0.80 | 94.8 | 1 | 0.1 |
| Hex | 15 | 32 | 0 | 3A | 0 | 64 | 50 | 5F | 64 | A |
| Octal | 25 | 62 | 0 | 72 | 0 | 144 | 120 | 137 | 144 | 12 |
| Binary | 10101 | 110010 | 0 | 111010 | 0 | 1100100 | 1010000 | 1011111 | 1100100 | 1010 |
Color Harmonies of #153200
Complementary color
Monochromatic Colors of #153200
Black with #153200
Text Example
Text Example
White with #153200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153200; }
p { color: rgb(21,50,0); }
H1.HeaderClassName
{
color: #153200;
}
.AnyTagClassName
{
color: #153200;
}
</style>
background-color css
<style>
a { background-color: #153200; }
a { background-color: rgb(21,50,0); }
div.DivClassName
{
background-color: #153200;
}
.BgClassName
{
background-color: #153200;
}
</style>
border-color css
<style>
span { border-color: #153200; }
span { border-color: rgb(21,50,0); }
td.TdClassName
{
border-color: #153200;
}
.TagClassName
{
border-color: #153200;
}
</style>