Shades of Pine Tree #2A3713
Tints of Pine Tree #2A3713
RGB
CMYK
RGB Variations
Color information
#2A3713 (or 0x2A3713) is known color: Pine Tree. HEX triplet: 2A, 37 and 13. RGB value is (42,55,19). Sum of RGB (Red+Green+Blue) = 42+55+19=116 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.21% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #2A3713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3713 is #D5C8EC. Grayscale: #2F2F2F. Windows color (decimal): -14010605 or 1259306. OLE color: 1259306.
HSL color Cylindrical-coordinate representation of color #2A3713: hue angle of 81.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A3713 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 55 | 19 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.78 |
| HSL | 81.67º | 0.49% | 0.15% | - |
| HSV(B) | 81.67º | 0.65% | 0.22% | - |
| XYZ | 2.44 | 3.27 | 1.12 | - |
| YUV | 47.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 19 | 0.24 | 0 | 0.65 | 0.78 | 81.67 | 0.49 | 0.15 |
| Hex | 2A | 37 | 13 | 18 | 0 | 41 | 4E | 52 | 31 | F |
| Octal | 52 | 67 | 23 | 30 | 0 | 101 | 116 | 122 | 61 | 17 |
| Binary | 101010 | 110111 | 10011 | 11000 | 0 | 1000001 | 1001110 | 1010010 | 110001 | 1111 |
Color Harmonies of #2A3713
Complementary color
Monochromatic Colors of #2A3713
Black with #2A3713
Text Example
Text Example
White with #2A3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3713; }
p { color: rgb(42,55,19); }
H1.HeaderClassName
{
color: #2A3713;
}
.AnyTagClassName
{
color: #2A3713;
}
</style>
background-color css
<style>
a { background-color: #2A3713; }
a { background-color: rgb(42,55,19); }
div.DivClassName
{
background-color: #2A3713;
}
.BgClassName
{
background-color: #2A3713;
}
</style>
border-color css
<style>
span { border-color: #2A3713; }
span { border-color: rgb(42,55,19); }
td.TdClassName
{
border-color: #2A3713;
}
.TagClassName
{
border-color: #2A3713;
}
</style>