Shades of Pine Tree #2A3813
Tints of Pine Tree #2A3813
RGB
CMYK
RGB Variations
Color information
#2A3813 (or 0x2A3813) is known color: Pine Tree. HEX triplet: 2A, 38 and 13. RGB value is (42,56,19). Sum of RGB (Red+Green+Blue) = 42+56+19=117 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.90% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #2A3813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3813 is #D5C7EC. Grayscale: #2F2F2F. Windows color (decimal): -14010349 or 1259562. OLE color: 1259562.
HSL color Cylindrical-coordinate representation of color #2A3813: hue angle of 82.7º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A3813 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 56 | 19 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.78 |
| HSL | 82.7º | 0.49% | 0.15% | - |
| HSV(B) | 82.7º | 0.66% | 0.22% | - |
| XYZ | 2.49 | 3.37 | 1.14 | - |
| YUV | 47.6 | 111.86 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 19 | 0.25 | 0 | 0.66 | 0.78 | 82.7 | 0.49 | 0.15 |
| Hex | 2A | 38 | 13 | 19 | 0 | 42 | 4E | 53 | 31 | F |
| Octal | 52 | 70 | 23 | 31 | 0 | 102 | 116 | 123 | 61 | 17 |
| Binary | 101010 | 111000 | 10011 | 11001 | 0 | 1000010 | 1001110 | 1010011 | 110001 | 1111 |
Color Harmonies of #2A3813
Complementary color
Monochromatic Colors of #2A3813
Black with #2A3813
Text Example
Text Example
White with #2A3813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3813; }
p { color: rgb(42,56,19); }
H1.HeaderClassName
{
color: #2A3813;
}
.AnyTagClassName
{
color: #2A3813;
}
</style>
background-color css
<style>
a { background-color: #2A3813; }
a { background-color: rgb(42,56,19); }
div.DivClassName
{
background-color: #2A3813;
}
.BgClassName
{
background-color: #2A3813;
}
</style>
border-color css
<style>
span { border-color: #2A3813; }
span { border-color: rgb(42,56,19); }
td.TdClassName
{
border-color: #2A3813;
}
.TagClassName
{
border-color: #2A3813;
}
</style>