Shades of Pine Tree #152103
Tints of Pine Tree #152103
RGB
CMYK
RGB Variations
Color information
#152103 (or 0x152103) is known color: Pine Tree. HEX triplet: 15, 21 and 03. RGB value is (21,33,3). Sum of RGB (Red+Green+Blue) = 21+33+3=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 33 (13.28% from 255 or 57.89% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 33 - color contains mainly: green. Hex color #152103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152103 is #EADEFC. Grayscale: #1A1A1A. Windows color (decimal): -15392509 or 205077. OLE color: 205077.
HSL color Cylindrical-coordinate representation of color #152103: hue angle of 84º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152103 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 33 | 3 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.87 |
| HSL | 84º | 0.83% | 0.07% | - |
| HSV(B) | 84º | 0.91% | 0.13% | - |
| XYZ | 0.87 | 1.25 | 0.28 | - |
| YUV | 25.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 3 | 0.36 | 0 | 0.91 | 0.87 | 84 | 0.83 | 0.07 |
| Hex | 15 | 21 | 3 | 24 | 0 | 5B | 57 | 54 | 53 | 7 |
| Octal | 25 | 41 | 3 | 44 | 0 | 133 | 127 | 124 | 123 | 7 |
| Binary | 10101 | 100001 | 11 | 100100 | 0 | 1011011 | 1010111 | 1010100 | 1010011 | 111 |
Color Harmonies of #152103
Complementary color
Monochromatic Colors of #152103
Black with #152103
Text Example
Text Example
White with #152103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152103; }
p { color: rgb(21,33,3); }
H1.HeaderClassName
{
color: #152103;
}
.AnyTagClassName
{
color: #152103;
}
</style>
background-color css
<style>
a { background-color: #152103; }
a { background-color: rgb(21,33,3); }
div.DivClassName
{
background-color: #152103;
}
.BgClassName
{
background-color: #152103;
}
</style>
border-color css
<style>
span { border-color: #152103; }
span { border-color: rgb(21,33,3); }
td.TdClassName
{
border-color: #152103;
}
.TagClassName
{
border-color: #152103;
}
</style>