Shades of Pine Tree #28430E
Tints of Pine Tree #28430E
RGB
CMYK
RGB Variations
Color information
#28430E (or 0x28430E) is known color: Pine Tree. HEX triplet: 28, 43 and 0E. RGB value is (40,67,14). Sum of RGB (Red+Green+Blue) = 40+67+14=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #28430E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28430E is #D7BCF1. Grayscale: #353535. Windows color (decimal): -14138610 or 934696. OLE color: 934696.
HSL color Cylindrical-coordinate representation of color #28430E: hue angle of 90.57º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28430E is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 67 | 14 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.74 |
| HSL | 90.57º | 0.65% | 0.16% | - |
| HSV(B) | 90.57º | 0.79% | 0.26% | - |
| XYZ | 2.96 | 4.5 | 1.13 | - |
| YUV | 52.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 14 | 0.40 | 0 | 0.79 | 0.74 | 90.57 | 0.65 | 0.16 |
| Hex | 28 | 43 | E | 28 | 0 | 4F | 4A | 5B | 41 | 10 |
| Octal | 50 | 103 | 16 | 50 | 0 | 117 | 112 | 133 | 101 | 20 |
| Binary | 101000 | 1000011 | 1110 | 101000 | 0 | 1001111 | 1001010 | 1011011 | 1000001 | 10000 |
Color Harmonies of #28430E
Complementary color
Monochromatic Colors of #28430E
Black with #28430E
Text Example
Text Example
White with #28430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28430E; }
p { color: rgb(40,67,14); }
H1.HeaderClassName
{
color: #28430E;
}
.AnyTagClassName
{
color: #28430E;
}
</style>
background-color css
<style>
a { background-color: #28430E; }
a { background-color: rgb(40,67,14); }
div.DivClassName
{
background-color: #28430E;
}
.BgClassName
{
background-color: #28430E;
}
</style>
border-color css
<style>
span { border-color: #28430E; }
span { border-color: rgb(40,67,14); }
td.TdClassName
{
border-color: #28430E;
}
.TagClassName
{
border-color: #28430E;
}
</style>