Shades of Pine Tree #2B3D18
Tints of Pine Tree #2B3D18
RGB
CMYK
RGB Variations
Color information
#2B3D18 (or 0x2B3D18) is known color: Pine Tree. HEX triplet: 2B, 3D and 18. RGB value is (43,61,24). Sum of RGB (Red+Green+Blue) = 43+61+24=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 61 - color contains mainly: green. Hex color #2B3D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3D18 is #D4C2E7. Grayscale: #333333. Windows color (decimal): -13943528 or 1588523. OLE color: 1588523.
HSL color Cylindrical-coordinate representation of color #2B3D18: hue angle of 89.19º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B3D18 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 61 | 24 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.76 |
| HSL | 89.19º | 0.44% | 0.17% | - |
| HSV(B) | 89.19º | 0.61% | 0.24% | - |
| XYZ | 2.83 | 3.92 | 1.47 | - |
| YUV | 51.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 61 | 24 | 0.30 | 0 | 0.61 | 0.76 | 89.19 | 0.44 | 0.17 |
| Hex | 2B | 3D | 18 | 1E | 0 | 3D | 4C | 59 | 2C | 11 |
| Octal | 53 | 75 | 30 | 36 | 0 | 75 | 114 | 131 | 54 | 21 |
| Binary | 101011 | 111101 | 11000 | 11110 | 0 | 111101 | 1001100 | 1011001 | 101100 | 10001 |
Color Harmonies of #2B3D18
Complementary color
Monochromatic Colors of #2B3D18
Black with #2B3D18
Text Example
Text Example
White with #2B3D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3D18; }
p { color: rgb(43,61,24); }
H1.HeaderClassName
{
color: #2B3D18;
}
.AnyTagClassName
{
color: #2B3D18;
}
</style>
background-color css
<style>
a { background-color: #2B3D18; }
a { background-color: rgb(43,61,24); }
div.DivClassName
{
background-color: #2B3D18;
}
.BgClassName
{
background-color: #2B3D18;
}
</style>
border-color css
<style>
span { border-color: #2B3D18; }
span { border-color: rgb(43,61,24); }
td.TdClassName
{
border-color: #2B3D18;
}
.TagClassName
{
border-color: #2B3D18;
}
</style>