Shades of Pine Tree #282F1B
Tints of Pine Tree #282F1B
RGB
CMYK
RGB Variations
Color information
#282F1B (or 0x282F1B) is known color: Pine Tree. HEX triplet: 28, 2F and 1B. RGB value is (40,47,27). Sum of RGB (Red+Green+Blue) = 40+47+27=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 47 - color contains mainly: green. Hex color #282F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282F1B is #D7D0E4. Grayscale: #2A2A2A. Windows color (decimal): -14143717 or 1781544. OLE color: 1781544.
HSL color Cylindrical-coordinate representation of color #282F1B: hue angle of 81º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #282F1B is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 47 | 27 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.82 |
| HSL | 81º | 0.27% | 0.15% | - |
| HSV(B) | 81º | 0.43% | 0.18% | - |
| XYZ | 2.09 | 2.56 | 1.42 | - |
| YUV | 42.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 27 | 0.15 | 0 | 0.43 | 0.82 | 81 | 0.27 | 0.15 |
| Hex | 28 | 2F | 1B | F | 0 | 2B | 52 | 51 | 1B | F |
| Octal | 50 | 57 | 33 | 17 | 0 | 53 | 122 | 121 | 33 | 17 |
| Binary | 101000 | 101111 | 11011 | 1111 | 0 | 101011 | 1010010 | 1010001 | 11011 | 1111 |
Color Harmonies of #282F1B
Complementary color
Monochromatic Colors of #282F1B
Black with #282F1B
Text Example
Text Example
White with #282F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F1B; }
p { color: rgb(40,47,27); }
H1.HeaderClassName
{
color: #282F1B;
}
.AnyTagClassName
{
color: #282F1B;
}
</style>
background-color css
<style>
a { background-color: #282F1B; }
a { background-color: rgb(40,47,27); }
div.DivClassName
{
background-color: #282F1B;
}
.BgClassName
{
background-color: #282F1B;
}
</style>
border-color css
<style>
span { border-color: #282F1B; }
span { border-color: rgb(40,47,27); }
td.TdClassName
{
border-color: #282F1B;
}
.TagClassName
{
border-color: #282F1B;
}
</style>