Shades of Pine Tree #2D3C19
Tints of Pine Tree #2D3C19
RGB
CMYK
RGB Variations
Color information
#2D3C19 (or 0x2D3C19) is known color: Pine Tree. HEX triplet: 2D, 3C and 19. RGB value is (45,60,25). Sum of RGB (Red+Green+Blue) = 45+60+25=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 60 - color contains mainly: green. Hex color #2D3C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3C19 is #D2C3E6. Grayscale: #333333. Windows color (decimal): -13812711 or 1653805. OLE color: 1653805.
HSL color Cylindrical-coordinate representation of color #2D3C19: hue angle of 85.71º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D3C19 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 60 | 25 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.76 |
| HSL | 85.71º | 0.41% | 0.17% | - |
| HSV(B) | 85.71º | 0.58% | 0.24% | - |
| XYZ | 2.87 | 3.86 | 1.51 | - |
| YUV | 51.53 | 113.03 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 60 | 25 | 0.25 | 0 | 0.58 | 0.76 | 85.71 | 0.41 | 0.17 |
| Hex | 2D | 3C | 19 | 19 | 0 | 3A | 4C | 56 | 29 | 11 |
| Octal | 55 | 74 | 31 | 31 | 0 | 72 | 114 | 126 | 51 | 21 |
| Binary | 101101 | 111100 | 11001 | 11001 | 0 | 111010 | 1001100 | 1010110 | 101001 | 10001 |
Color Harmonies of #2D3C19
Complementary color
Monochromatic Colors of #2D3C19
Black with #2D3C19
Text Example
Text Example
White with #2D3C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3C19; }
p { color: rgb(45,60,25); }
H1.HeaderClassName
{
color: #2D3C19;
}
.AnyTagClassName
{
color: #2D3C19;
}
</style>
background-color css
<style>
a { background-color: #2D3C19; }
a { background-color: rgb(45,60,25); }
div.DivClassName
{
background-color: #2D3C19;
}
.BgClassName
{
background-color: #2D3C19;
}
</style>
border-color css
<style>
span { border-color: #2D3C19; }
span { border-color: rgb(45,60,25); }
td.TdClassName
{
border-color: #2D3C19;
}
.TagClassName
{
border-color: #2D3C19;
}
</style>