Shades of Pine Tree #283A13
Tints of Pine Tree #283A13
RGB
CMYK
RGB Variations
Color information
#283A13 (or 0x283A13) is known color: Pine Tree. HEX triplet: 28, 3A and 13. RGB value is (40,58,19). Sum of RGB (Red+Green+Blue) = 40+58+19=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 58 (23.05% from 255 or 49.57% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 58 - color contains mainly: green. Hex color #283A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283A13 is #D7C5EC. Grayscale: #303030. Windows color (decimal): -14140909 or 1260072. OLE color: 1260072.
HSL color Cylindrical-coordinate representation of color #283A13: hue angle of 87.69º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #283A13 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 58 | 19 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.77 |
| HSL | 87.69º | 0.51% | 0.15% | - |
| HSV(B) | 87.69º | 0.67% | 0.23% | - |
| XYZ | 2.51 | 3.52 | 1.16 | - |
| YUV | 48.17 | 111.54 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 19 | 0.31 | 0 | 0.67 | 0.77 | 87.69 | 0.51 | 0.15 |
| Hex | 28 | 3A | 13 | 1F | 0 | 43 | 4D | 58 | 33 | F |
| Octal | 50 | 72 | 23 | 37 | 0 | 103 | 115 | 130 | 63 | 17 |
| Binary | 101000 | 111010 | 10011 | 11111 | 0 | 1000011 | 1001101 | 1011000 | 110011 | 1111 |
Color Harmonies of #283A13
Complementary color
Monochromatic Colors of #283A13
Black with #283A13
Text Example
Text Example
White with #283A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A13; }
p { color: rgb(40,58,19); }
H1.HeaderClassName
{
color: #283A13;
}
.AnyTagClassName
{
color: #283A13;
}
</style>
background-color css
<style>
a { background-color: #283A13; }
a { background-color: rgb(40,58,19); }
div.DivClassName
{
background-color: #283A13;
}
.BgClassName
{
background-color: #283A13;
}
</style>
border-color css
<style>
span { border-color: #283A13; }
span { border-color: rgb(40,58,19); }
td.TdClassName
{
border-color: #283A13;
}
.TagClassName
{
border-color: #283A13;
}
</style>