Shades of Pine Tree #2C3818
Tints of Pine Tree #2C3818
RGB
CMYK
RGB Variations
Color information
#2C3818 (or 0x2C3818) is known color: Pine Tree. HEX triplet: 2C, 38 and 18. RGB value is (44,56,24). Sum of RGB (Red+Green+Blue) = 44+56+24=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #2C3818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3818 is #D3C7E7. Grayscale: #303030. Windows color (decimal): -13879272 or 1587244. OLE color: 1587244.
HSL color Cylindrical-coordinate representation of color #2C3818: hue angle of 82.5º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C3818 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 56 | 24 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.78 |
| HSL | 82.5º | 0.4% | 0.16% | - |
| HSV(B) | 82.5º | 0.57% | 0.22% | - |
| XYZ | 2.62 | 3.43 | 1.39 | - |
| YUV | 48.76 | 114.02 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 56 | 24 | 0.21 | 0 | 0.57 | 0.78 | 82.5 | 0.4 | 0.16 |
| Hex | 2C | 38 | 18 | 15 | 0 | 39 | 4E | 52 | 28 | 10 |
| Octal | 54 | 70 | 30 | 25 | 0 | 71 | 116 | 122 | 50 | 20 |
| Binary | 101100 | 111000 | 11000 | 10101 | 0 | 111001 | 1001110 | 1010010 | 101000 | 10000 |
Color Harmonies of #2C3818
Complementary color
Monochromatic Colors of #2C3818
Black with #2C3818
Text Example
Text Example
White with #2C3818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3818; }
p { color: rgb(44,56,24); }
H1.HeaderClassName
{
color: #2C3818;
}
.AnyTagClassName
{
color: #2C3818;
}
</style>
background-color css
<style>
a { background-color: #2C3818; }
a { background-color: rgb(44,56,24); }
div.DivClassName
{
background-color: #2C3818;
}
.BgClassName
{
background-color: #2C3818;
}
</style>
border-color css
<style>
span { border-color: #2C3818; }
span { border-color: rgb(44,56,24); }
td.TdClassName
{
border-color: #2C3818;
}
.TagClassName
{
border-color: #2C3818;
}
</style>