Shades of Pine Tree #28450D
Tints of Pine Tree #28450D
RGB
CMYK
RGB Variations
Color information
#28450D (or 0x28450D) is known color: Pine Tree. HEX triplet: 28, 45 and 0D. RGB value is (40,69,13). Sum of RGB (Red+Green+Blue) = 40+69+13=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #28450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28450D is #D7BAF2. Grayscale: #363636. Windows color (decimal): -14138099 or 869672. OLE color: 869672.
HSL color Cylindrical-coordinate representation of color #28450D: hue angle of 91.07º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28450D is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 69 | 13 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.73 |
| HSL | 91.07º | 0.68% | 0.16% | - |
| HSV(B) | 91.07º | 0.81% | 0.27% | - |
| XYZ | 3.08 | 4.74 | 1.13 | - |
| YUV | 53.95 | 104.89 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 13 | 0.42 | 0 | 0.81 | 0.73 | 91.07 | 0.68 | 0.16 |
| Hex | 28 | 45 | D | 2A | 0 | 51 | 49 | 5B | 44 | 10 |
| Octal | 50 | 105 | 15 | 52 | 0 | 121 | 111 | 133 | 104 | 20 |
| Binary | 101000 | 1000101 | 1101 | 101010 | 0 | 1010001 | 1001001 | 1011011 | 1000100 | 10000 |
Color Harmonies of #28450D
Complementary color
Monochromatic Colors of #28450D
Black with #28450D
Text Example
Text Example
White with #28450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28450D; }
p { color: rgb(40,69,13); }
H1.HeaderClassName
{
color: #28450D;
}
.AnyTagClassName
{
color: #28450D;
}
</style>
background-color css
<style>
a { background-color: #28450D; }
a { background-color: rgb(40,69,13); }
div.DivClassName
{
background-color: #28450D;
}
.BgClassName
{
background-color: #28450D;
}
</style>
border-color css
<style>
span { border-color: #28450D; }
span { border-color: rgb(40,69,13); }
td.TdClassName
{
border-color: #28450D;
}
.TagClassName
{
border-color: #28450D;
}
</style>