Shades of Pine Tree #283C15
Tints of Pine Tree #283C15
RGB
CMYK
RGB Variations
Color information
#283C15 (or 0x283C15) is known color: Pine Tree. HEX triplet: 28, 3C and 15. RGB value is (40,60,21). Sum of RGB (Red+Green+Blue) = 40+60+21=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 60 (23.83% from 255 or 49.59% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 60 - color contains mainly: green. Hex color #283C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283C15 is #D7C3EA. Grayscale: #313131. Windows color (decimal): -14140395 or 1391656. OLE color: 1391656.
HSL color Cylindrical-coordinate representation of color #283C15: hue angle of 90.77º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #283C15 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 60 | 21 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.76 |
| HSL | 90.77º | 0.48% | 0.16% | - |
| HSV(B) | 90.77º | 0.65% | 0.24% | - |
| XYZ | 2.63 | 3.74 | 1.29 | - |
| YUV | 49.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 21 | 0.33 | 0 | 0.65 | 0.76 | 90.77 | 0.48 | 0.16 |
| Hex | 28 | 3C | 15 | 21 | 0 | 41 | 4C | 5B | 30 | 10 |
| Octal | 50 | 74 | 25 | 41 | 0 | 101 | 114 | 133 | 60 | 20 |
| Binary | 101000 | 111100 | 10101 | 100001 | 0 | 1000001 | 1001100 | 1011011 | 110000 | 10000 |
Color Harmonies of #283C15
Complementary color
Monochromatic Colors of #283C15
Black with #283C15
Text Example
Text Example
White with #283C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C15; }
p { color: rgb(40,60,21); }
H1.HeaderClassName
{
color: #283C15;
}
.AnyTagClassName
{
color: #283C15;
}
</style>
background-color css
<style>
a { background-color: #283C15; }
a { background-color: rgb(40,60,21); }
div.DivClassName
{
background-color: #283C15;
}
.BgClassName
{
background-color: #283C15;
}
</style>
border-color css
<style>
span { border-color: #283C15; }
span { border-color: rgb(40,60,21); }
td.TdClassName
{
border-color: #283C15;
}
.TagClassName
{
border-color: #283C15;
}
</style>