Shades of Pine Tree #282B25
Tints of Pine Tree #282B25
RGB
CMYK
RGB Variations
Color information
#282B25 (or 0x282B25) is known color: Pine Tree. HEX triplet: 28, 2B and 25. RGB value is (40,43,37). Sum of RGB (Red+Green+Blue) = 40+43+37=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 43 - color contains mainly: green. Hex color #282B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282B25 is #D7D4DA. Grayscale: #292929. Windows color (decimal): -14144731 or 2435880. OLE color: 2435880.
HSL color Cylindrical-coordinate representation of color #282B25: hue angle of 90º degrees, saturation: 0.08, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #282B25 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 43 | 37 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.83 |
| HSL | 90º | 0.08% | 0.16% | - |
| HSV(B) | 90º | 0.14% | 0.17% | - |
| XYZ | 2.07 | 2.31 | 2.09 | - |
| YUV | 41.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 37 | 0.07 | 0 | 0.14 | 0.83 | 90 | 0.08 | 0.16 |
| Hex | 28 | 2B | 25 | 7 | 0 | E | 53 | 5A | 8 | 10 |
| Octal | 50 | 53 | 45 | 7 | 0 | 16 | 123 | 132 | 10 | 20 |
| Binary | 101000 | 101011 | 100101 | 111 | 0 | 1110 | 1010011 | 1011010 | 1000 | 10000 |
Color Harmonies of #282B25
Complementary color
Monochromatic Colors of #282B25
Black with #282B25
Text Example
Text Example
White with #282B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B25; }
p { color: rgb(40,43,37); }
H1.HeaderClassName
{
color: #282B25;
}
.AnyTagClassName
{
color: #282B25;
}
</style>
background-color css
<style>
a { background-color: #282B25; }
a { background-color: rgb(40,43,37); }
div.DivClassName
{
background-color: #282B25;
}
.BgClassName
{
background-color: #282B25;
}
</style>
border-color css
<style>
span { border-color: #282B25; }
span { border-color: rgb(40,43,37); }
td.TdClassName
{
border-color: #282B25;
}
.TagClassName
{
border-color: #282B25;
}
</style>