Shades of Pine Tree #283A0E
Tints of Pine Tree #283A0E
RGB
CMYK
RGB Variations
Color information
#283A0E (or 0x283A0E) is known color: Pine Tree. HEX triplet: 28, 3A and 0E. RGB value is (40,58,14). Sum of RGB (Red+Green+Blue) = 40+58+14=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 58 (23.05% from 255 or 51.79% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 58 - color contains mainly: green. Hex color #283A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283A0E is #D7C5F1. Grayscale: #2F2F2F. Windows color (decimal): -14140914 or 932392. OLE color: 932392.
HSL color Cylindrical-coordinate representation of color #283A0E: hue angle of 84.55º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #283A0E is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 58 | 14 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.77 |
| HSL | 84.55º | 0.61% | 0.14% | - |
| HSV(B) | 84.55º | 0.76% | 0.23% | - |
| XYZ | 2.47 | 3.51 | 0.96 | - |
| YUV | 47.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 14 | 0.31 | 0 | 0.76 | 0.77 | 84.55 | 0.61 | 0.14 |
| Hex | 28 | 3A | E | 1F | 0 | 4C | 4D | 55 | 3D | E |
| Octal | 50 | 72 | 16 | 37 | 0 | 114 | 115 | 125 | 75 | 16 |
| Binary | 101000 | 111010 | 1110 | 11111 | 0 | 1001100 | 1001101 | 1010101 | 111101 | 1110 |
Color Harmonies of #283A0E
Complementary color
Monochromatic Colors of #283A0E
Black with #283A0E
Text Example
Text Example
White with #283A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A0E; }
p { color: rgb(40,58,14); }
H1.HeaderClassName
{
color: #283A0E;
}
.AnyTagClassName
{
color: #283A0E;
}
</style>
background-color css
<style>
a { background-color: #283A0E; }
a { background-color: rgb(40,58,14); }
div.DivClassName
{
background-color: #283A0E;
}
.BgClassName
{
background-color: #283A0E;
}
</style>
border-color css
<style>
span { border-color: #283A0E; }
span { border-color: rgb(40,58,14); }
td.TdClassName
{
border-color: #283A0E;
}
.TagClassName
{
border-color: #283A0E;
}
</style>