Shades of Pine Tree #2B3A14
Tints of Pine Tree #2B3A14
RGB
CMYK
RGB Variations
Color information
#2B3A14 (or 0x2B3A14) is known color: Pine Tree. HEX triplet: 2B, 3A and 14. RGB value is (43,58,20). Sum of RGB (Red+Green+Blue) = 43+58+20=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #2B3A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3A14 is #D4C5EB. Grayscale: #313131. Windows color (decimal): -13944300 or 1325611. OLE color: 1325611.
HSL color Cylindrical-coordinate representation of color #2B3A14: hue angle of 83.68º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B3A14 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 58 | 20 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.77 |
| HSL | 83.68º | 0.49% | 0.15% | - |
| HSV(B) | 83.68º | 0.66% | 0.23% | - |
| XYZ | 2.64 | 3.59 | 1.22 | - |
| YUV | 49.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 58 | 20 | 0.26 | 0 | 0.66 | 0.77 | 83.68 | 0.49 | 0.15 |
| Hex | 2B | 3A | 14 | 1A | 0 | 42 | 4D | 54 | 31 | F |
| Octal | 53 | 72 | 24 | 32 | 0 | 102 | 115 | 124 | 61 | 17 |
| Binary | 101011 | 111010 | 10100 | 11010 | 0 | 1000010 | 1001101 | 1010100 | 110001 | 1111 |
Color Harmonies of #2B3A14
Complementary color
Monochromatic Colors of #2B3A14
Black with #2B3A14
Text Example
Text Example
White with #2B3A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3A14; }
p { color: rgb(43,58,20); }
H1.HeaderClassName
{
color: #2B3A14;
}
.AnyTagClassName
{
color: #2B3A14;
}
</style>
background-color css
<style>
a { background-color: #2B3A14; }
a { background-color: rgb(43,58,20); }
div.DivClassName
{
background-color: #2B3A14;
}
.BgClassName
{
background-color: #2B3A14;
}
</style>
border-color css
<style>
span { border-color: #2B3A14; }
span { border-color: rgb(43,58,20); }
td.TdClassName
{
border-color: #2B3A14;
}
.TagClassName
{
border-color: #2B3A14;
}
</style>