Shades of Pine Tree #2B361A
Tints of Pine Tree #2B361A
RGB
CMYK
RGB Variations
Color information
#2B361A (or 0x2B361A) is known color: Pine Tree. HEX triplet: 2B, 36 and 1A. RGB value is (43,54,26). Sum of RGB (Red+Green+Blue) = 43+54+26=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 54 - color contains mainly: green. Hex color #2B361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B361A is #D4C9E5. Grayscale: #2F2F2F. Windows color (decimal): -13945318 or 1717803. OLE color: 1717803.
HSL color Cylindrical-coordinate representation of color #2B361A: hue angle of 83.57º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B361A is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 54 | 26 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.79 |
| HSL | 83.57º | 0.35% | 0.16% | - |
| HSV(B) | 83.57º | 0.52% | 0.21% | - |
| XYZ | 2.5 | 3.23 | 1.47 | - |
| YUV | 47.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 26 | 0.20 | 0 | 0.52 | 0.79 | 83.57 | 0.35 | 0.16 |
| Hex | 2B | 36 | 1A | 14 | 0 | 34 | 4F | 54 | 23 | 10 |
| Octal | 53 | 66 | 32 | 24 | 0 | 64 | 117 | 124 | 43 | 20 |
| Binary | 101011 | 110110 | 11010 | 10100 | 0 | 110100 | 1001111 | 1010100 | 100011 | 10000 |
Color Harmonies of #2B361A
Complementary color
Monochromatic Colors of #2B361A
Black with #2B361A
Text Example
Text Example
White with #2B361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B361A; }
p { color: rgb(43,54,26); }
H1.HeaderClassName
{
color: #2B361A;
}
.AnyTagClassName
{
color: #2B361A;
}
</style>
background-color css
<style>
a { background-color: #2B361A; }
a { background-color: rgb(43,54,26); }
div.DivClassName
{
background-color: #2B361A;
}
.BgClassName
{
background-color: #2B361A;
}
</style>
border-color css
<style>
span { border-color: #2B361A; }
span { border-color: rgb(43,54,26); }
td.TdClassName
{
border-color: #2B361A;
}
.TagClassName
{
border-color: #2B361A;
}
</style>