Shades of Pine Tree #2B3C14
Tints of Pine Tree #2B3C14
RGB
CMYK
RGB Variations
Color information
#2B3C14 (or 0x2B3C14) is known color: Pine Tree. HEX triplet: 2B, 3C and 14. RGB value is (43,60,20). Sum of RGB (Red+Green+Blue) = 43+60+20=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 60 (23.83% from 255 or 48.78% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 60 - color contains mainly: green. Hex color #2B3C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3C14 is #D4C3EB. Grayscale: #323232. Windows color (decimal): -13943788 or 1326123. OLE color: 1326123.
HSL color Cylindrical-coordinate representation of color #2B3C14: hue angle of 85.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B3C14 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 60 | 20 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.76 |
| HSL | 85.5º | 0.5% | 0.16% | - |
| HSV(B) | 85.5º | 0.67% | 0.24% | - |
| XYZ | 2.74 | 3.8 | 1.25 | - |
| YUV | 50.36 | 110.87 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 60 | 20 | 0.28 | 0 | 0.67 | 0.76 | 85.5 | 0.5 | 0.16 |
| Hex | 2B | 3C | 14 | 1C | 0 | 43 | 4C | 56 | 32 | 10 |
| Octal | 53 | 74 | 24 | 34 | 0 | 103 | 114 | 126 | 62 | 20 |
| Binary | 101011 | 111100 | 10100 | 11100 | 0 | 1000011 | 1001100 | 1010110 | 110010 | 10000 |
Color Harmonies of #2B3C14
Complementary color
Monochromatic Colors of #2B3C14
Black with #2B3C14
Text Example
Text Example
White with #2B3C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3C14; }
p { color: rgb(43,60,20); }
H1.HeaderClassName
{
color: #2B3C14;
}
.AnyTagClassName
{
color: #2B3C14;
}
</style>
background-color css
<style>
a { background-color: #2B3C14; }
a { background-color: rgb(43,60,20); }
div.DivClassName
{
background-color: #2B3C14;
}
.BgClassName
{
background-color: #2B3C14;
}
</style>
border-color css
<style>
span { border-color: #2B3C14; }
span { border-color: rgb(43,60,20); }
td.TdClassName
{
border-color: #2B3C14;
}
.TagClassName
{
border-color: #2B3C14;
}
</style>