Shades of Pine Tree #2A381B
Tints of Pine Tree #2A381B
RGB
CMYK
RGB Variations
Color information
#2A381B (or 0x2A381B) is known color: Pine Tree. HEX triplet: 2A, 38 and 1B. RGB value is (42,56,27). Sum of RGB (Red+Green+Blue) = 42+56+27=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 56 - color contains mainly: green. Hex color #2A381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A381B is #D5C7E4. Grayscale: #303030. Windows color (decimal): -14010341 or 1783850. OLE color: 1783850.
HSL color Cylindrical-coordinate representation of color #2A381B: hue angle of 88.97º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A381B is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 56 | 27 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.78 |
| HSL | 88.97º | 0.35% | 0.16% | - |
| HSV(B) | 88.97º | 0.52% | 0.22% | - |
| XYZ | 2.57 | 3.4 | 1.56 | - |
| YUV | 48.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 27 | 0.25 | 0 | 0.52 | 0.78 | 88.97 | 0.35 | 0.16 |
| Hex | 2A | 38 | 1B | 19 | 0 | 34 | 4E | 59 | 23 | 10 |
| Octal | 52 | 70 | 33 | 31 | 0 | 64 | 116 | 131 | 43 | 20 |
| Binary | 101010 | 111000 | 11011 | 11001 | 0 | 110100 | 1001110 | 1011001 | 100011 | 10000 |
Color Harmonies of #2A381B
Complementary color
Monochromatic Colors of #2A381B
Black with #2A381B
Text Example
Text Example
White with #2A381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A381B; }
p { color: rgb(42,56,27); }
H1.HeaderClassName
{
color: #2A381B;
}
.AnyTagClassName
{
color: #2A381B;
}
</style>
background-color css
<style>
a { background-color: #2A381B; }
a { background-color: rgb(42,56,27); }
div.DivClassName
{
background-color: #2A381B;
}
.BgClassName
{
background-color: #2A381B;
}
</style>
border-color css
<style>
span { border-color: #2A381B; }
span { border-color: rgb(42,56,27); }
td.TdClassName
{
border-color: #2A381B;
}
.TagClassName
{
border-color: #2A381B;
}
</style>