Shades of Pine Tree #283B16
Tints of Pine Tree #283B16
RGB
CMYK
RGB Variations
Color information
#283B16 (or 0x283B16) is known color: Pine Tree. HEX triplet: 28, 3B and 16. RGB value is (40,59,22). Sum of RGB (Red+Green+Blue) = 40+59+22=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 59 (23.44% from 255 or 48.76% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 59 - color contains mainly: green. Hex color #283B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283B16 is #D7C4E9. Grayscale: #313131. Windows color (decimal): -14140650 or 1456936. OLE color: 1456936.
HSL color Cylindrical-coordinate representation of color #283B16: hue angle of 90.81º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #283B16 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 59 | 22 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.77 |
| HSL | 90.81º | 0.46% | 0.16% | - |
| HSV(B) | 90.81º | 0.63% | 0.23% | - |
| XYZ | 2.58 | 3.64 | 1.32 | - |
| YUV | 49.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 22 | 0.32 | 0 | 0.63 | 0.77 | 90.81 | 0.46 | 0.16 |
| Hex | 28 | 3B | 16 | 20 | 0 | 3F | 4D | 5B | 2E | 10 |
| Octal | 50 | 73 | 26 | 40 | 0 | 77 | 115 | 133 | 56 | 20 |
| Binary | 101000 | 111011 | 10110 | 100000 | 0 | 111111 | 1001101 | 1011011 | 101110 | 10000 |
Color Harmonies of #283B16
Complementary color
Monochromatic Colors of #283B16
Black with #283B16
Text Example
Text Example
White with #283B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B16; }
p { color: rgb(40,59,22); }
H1.HeaderClassName
{
color: #283B16;
}
.AnyTagClassName
{
color: #283B16;
}
</style>
background-color css
<style>
a { background-color: #283B16; }
a { background-color: rgb(40,59,22); }
div.DivClassName
{
background-color: #283B16;
}
.BgClassName
{
background-color: #283B16;
}
</style>
border-color css
<style>
span { border-color: #283B16; }
span { border-color: rgb(40,59,22); }
td.TdClassName
{
border-color: #283B16;
}
.TagClassName
{
border-color: #283B16;
}
</style>