Shades of Pine Tree #283213
Tints of Pine Tree #283213
RGB
CMYK
RGB Variations
Color information
#283213 (or 0x283213) is known color: Pine Tree. HEX triplet: 28, 32 and 13. RGB value is (40,50,19). Sum of RGB (Red+Green+Blue) = 40+50+19=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #283213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283213 is #D7CDEC. Grayscale: #2B2B2B. Windows color (decimal): -14142957 or 1258024. OLE color: 1258024.
HSL color Cylindrical-coordinate representation of color #283213: hue angle of 79.35º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #283213 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 50 | 19 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.80 |
| HSL | 79.35º | 0.45% | 0.14% | - |
| HSV(B) | 79.35º | 0.62% | 0.2% | - |
| XYZ | 2.13 | 2.78 | 1.04 | - |
| YUV | 43.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 19 | 0.20 | 0 | 0.62 | 0.80 | 79.35 | 0.45 | 0.14 |
| Hex | 28 | 32 | 13 | 14 | 0 | 3E | 50 | 4F | 2D | E |
| Octal | 50 | 62 | 23 | 24 | 0 | 76 | 120 | 117 | 55 | 16 |
| Binary | 101000 | 110010 | 10011 | 10100 | 0 | 111110 | 1010000 | 1001111 | 101101 | 1110 |
Color Harmonies of #283213
Complementary color
Monochromatic Colors of #283213
Black with #283213
Text Example
Text Example
White with #283213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283213; }
p { color: rgb(40,50,19); }
H1.HeaderClassName
{
color: #283213;
}
.AnyTagClassName
{
color: #283213;
}
</style>
background-color css
<style>
a { background-color: #283213; }
a { background-color: rgb(40,50,19); }
div.DivClassName
{
background-color: #283213;
}
.BgClassName
{
background-color: #283213;
}
</style>
border-color css
<style>
span { border-color: #283213; }
span { border-color: rgb(40,50,19); }
td.TdClassName
{
border-color: #283213;
}
.TagClassName
{
border-color: #283213;
}
</style>