Shades of Pine Tree #152303
Tints of Pine Tree #152303
RGB
CMYK
RGB Variations
Color information
#152303 (or 0x152303) is known color: Pine Tree. HEX triplet: 15, 23 and 03. RGB value is (21,35,3). Sum of RGB (Red+Green+Blue) = 21+35+3=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 35 (14.06% from 255 or 59.32% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 35 - color contains mainly: green. Hex color #152303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152303 is #EADCFC. Grayscale: #1B1B1B. Windows color (decimal): -15391997 or 205589. OLE color: 205589.
HSL color Cylindrical-coordinate representation of color #152303: hue angle of 86.25º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152303 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 35 | 3 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.86 |
| HSL | 86.25º | 0.84% | 0.07% | - |
| HSV(B) | 86.25º | 0.91% | 0.14% | - |
| XYZ | 0.93 | 1.37 | 0.3 | - |
| YUV | 27.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 3 | 0.40 | 0 | 0.91 | 0.86 | 86.25 | 0.84 | 0.07 |
| Hex | 15 | 23 | 3 | 28 | 0 | 5B | 56 | 56 | 54 | 7 |
| Octal | 25 | 43 | 3 | 50 | 0 | 133 | 126 | 126 | 124 | 7 |
| Binary | 10101 | 100011 | 11 | 101000 | 0 | 1011011 | 1010110 | 1010110 | 1010100 | 111 |
Color Harmonies of #152303
Complementary color
Monochromatic Colors of #152303
Black with #152303
Text Example
Text Example
White with #152303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152303; }
p { color: rgb(21,35,3); }
H1.HeaderClassName
{
color: #152303;
}
.AnyTagClassName
{
color: #152303;
}
</style>
background-color css
<style>
a { background-color: #152303; }
a { background-color: rgb(21,35,3); }
div.DivClassName
{
background-color: #152303;
}
.BgClassName
{
background-color: #152303;
}
</style>
border-color css
<style>
span { border-color: #152303; }
span { border-color: rgb(21,35,3); }
td.TdClassName
{
border-color: #152303;
}
.TagClassName
{
border-color: #152303;
}
</style>