Shades of Pine Tree #28321A
Tints of Pine Tree #28321A
RGB
CMYK
RGB Variations
Color information
#28321A (or 0x28321A) is known color: Pine Tree. HEX triplet: 28, 32 and 1A. RGB value is (40,50,26). Sum of RGB (Red+Green+Blue) = 40+50+26=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #28321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28321A is #D7CDE5. Grayscale: #2C2C2C. Windows color (decimal): -14142950 or 1716776. OLE color: 1716776.
HSL color Cylindrical-coordinate representation of color #28321A: hue angle of 85º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #28321A is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 50 | 26 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.80 |
| HSL | 85º | 0.32% | 0.15% | - |
| HSV(B) | 85º | 0.48% | 0.2% | - |
| XYZ | 2.2 | 2.81 | 1.4 | - |
| YUV | 44.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 26 | 0.20 | 0 | 0.48 | 0.80 | 85 | 0.32 | 0.15 |
| Hex | 28 | 32 | 1A | 14 | 0 | 30 | 50 | 55 | 20 | F |
| Octal | 50 | 62 | 32 | 24 | 0 | 60 | 120 | 125 | 40 | 17 |
| Binary | 101000 | 110010 | 11010 | 10100 | 0 | 110000 | 1010000 | 1010101 | 100000 | 1111 |
Color Harmonies of #28321A
Complementary color
Monochromatic Colors of #28321A
Black with #28321A
Text Example
Text Example
White with #28321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28321A; }
p { color: rgb(40,50,26); }
H1.HeaderClassName
{
color: #28321A;
}
.AnyTagClassName
{
color: #28321A;
}
</style>
background-color css
<style>
a { background-color: #28321A; }
a { background-color: rgb(40,50,26); }
div.DivClassName
{
background-color: #28321A;
}
.BgClassName
{
background-color: #28321A;
}
</style>
border-color css
<style>
span { border-color: #28321A; }
span { border-color: rgb(40,50,26); }
td.TdClassName
{
border-color: #28321A;
}
.TagClassName
{
border-color: #28321A;
}
</style>