Shades of Pine Tree #283E10
Tints of Pine Tree #283E10
RGB
CMYK
RGB Variations
Color information
#283E10 (or 0x283E10) is known color: Pine Tree. HEX triplet: 28, 3E and 10. RGB value is (40,62,16). Sum of RGB (Red+Green+Blue) = 40+62+16=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 62 (24.61% from 255 or 52.54% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 62 - color contains mainly: green. Hex color #283E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283E10 is #D7C1EF. Grayscale: #323232. Windows color (decimal): -14139888 or 1064488. OLE color: 1064488.
HSL color Cylindrical-coordinate representation of color #283E10: hue angle of 88.7º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #283E10 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 62 | 16 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.76 |
| HSL | 88.7º | 0.59% | 0.15% | - |
| HSV(B) | 88.7º | 0.74% | 0.24% | - |
| XYZ | 2.69 | 3.93 | 1.11 | - |
| YUV | 50.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 16 | 0.35 | 0 | 0.74 | 0.76 | 88.7 | 0.59 | 0.15 |
| Hex | 28 | 3E | 10 | 23 | 0 | 4A | 4C | 59 | 3B | F |
| Octal | 50 | 76 | 20 | 43 | 0 | 112 | 114 | 131 | 73 | 17 |
| Binary | 101000 | 111110 | 10000 | 100011 | 0 | 1001010 | 1001100 | 1011001 | 111011 | 1111 |
Color Harmonies of #283E10
Complementary color
Monochromatic Colors of #283E10
Black with #283E10
Text Example
Text Example
White with #283E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E10; }
p { color: rgb(40,62,16); }
H1.HeaderClassName
{
color: #283E10;
}
.AnyTagClassName
{
color: #283E10;
}
</style>
background-color css
<style>
a { background-color: #283E10; }
a { background-color: rgb(40,62,16); }
div.DivClassName
{
background-color: #283E10;
}
.BgClassName
{
background-color: #283E10;
}
</style>
border-color css
<style>
span { border-color: #283E10; }
span { border-color: rgb(40,62,16); }
td.TdClassName
{
border-color: #283E10;
}
.TagClassName
{
border-color: #283E10;
}
</style>