Shades of Pine Tree #2D3523
Tints of Pine Tree #2D3523
RGB
CMYK
RGB Variations
Color information
#2D3523 (or 0x2D3523) is known color: Pine Tree. HEX triplet: 2D, 35 and 23. RGB value is (45,53,35). Sum of RGB (Red+Green+Blue) = 45+53+35=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 53 - color contains mainly: green. Hex color #2D3523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3523 is #D2CADC. Grayscale: #303030. Windows color (decimal): -13814493 or 2307373. OLE color: 2307373.
HSL color Cylindrical-coordinate representation of color #2D3523: hue angle of 86.67º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2D3523 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 53 | 35 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.79 |
| HSL | 86.67º | 0.2% | 0.17% | - |
| HSV(B) | 86.67º | 0.34% | 0.21% | - |
| XYZ | 2.66 | 3.23 | 2.07 | - |
| YUV | 48.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 35 | 0.15 | 0 | 0.34 | 0.79 | 86.67 | 0.2 | 0.17 |
| Hex | 2D | 35 | 23 | F | 0 | 22 | 4F | 57 | 14 | 11 |
| Octal | 55 | 65 | 43 | 17 | 0 | 42 | 117 | 127 | 24 | 21 |
| Binary | 101101 | 110101 | 100011 | 1111 | 0 | 100010 | 1001111 | 1010111 | 10100 | 10001 |
Color Harmonies of #2D3523
Complementary color
Monochromatic Colors of #2D3523
Black with #2D3523
Text Example
Text Example
White with #2D3523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3523; }
p { color: rgb(45,53,35); }
H1.HeaderClassName
{
color: #2D3523;
}
.AnyTagClassName
{
color: #2D3523;
}
</style>
background-color css
<style>
a { background-color: #2D3523; }
a { background-color: rgb(45,53,35); }
div.DivClassName
{
background-color: #2D3523;
}
.BgClassName
{
background-color: #2D3523;
}
</style>
border-color css
<style>
span { border-color: #2D3523; }
span { border-color: rgb(45,53,35); }
td.TdClassName
{
border-color: #2D3523;
}
.TagClassName
{
border-color: #2D3523;
}
</style>