Shades of Palm Leaf #2D4321
Tints of Palm Leaf #2D4321
RGB
CMYK
RGB Variations
Color information
#2D4321 (or 0x2D4321) is known color: Palm Leaf. HEX triplet: 2D, 43 and 21. RGB value is (45,67,33). Sum of RGB (Red+Green+Blue) = 45+67+33=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #2D4321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4321 is #D2BCDE. Grayscale: #383838. Windows color (decimal): -13810911 or 2179885. OLE color: 2179885.
HSL color Cylindrical-coordinate representation of color #2D4321: hue angle of 98.82º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D4321 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 67 | 33 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.74 |
| HSL | 98.82º | 0.34% | 0.2% | - |
| HSV(B) | 98.82º | 0.51% | 0.26% | - |
| XYZ | 3.36 | 4.68 | 2.17 | - |
| YUV | 56.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 33 | 0.33 | 0 | 0.51 | 0.74 | 98.82 | 0.34 | 0.2 |
| Hex | 2D | 43 | 21 | 21 | 0 | 33 | 4A | 63 | 22 | 14 |
| Octal | 55 | 103 | 41 | 41 | 0 | 63 | 112 | 143 | 42 | 24 |
| Binary | 101101 | 1000011 | 100001 | 100001 | 0 | 110011 | 1001010 | 1100011 | 100010 | 10100 |
Color Harmonies of #2D4321
Complementary color
Monochromatic Colors of #2D4321
Black with #2D4321
Text Example
Text Example
White with #2D4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4321; }
p { color: rgb(45,67,33); }
H1.HeaderClassName
{
color: #2D4321;
}
.AnyTagClassName
{
color: #2D4321;
}
</style>
background-color css
<style>
a { background-color: #2D4321; }
a { background-color: rgb(45,67,33); }
div.DivClassName
{
background-color: #2D4321;
}
.BgClassName
{
background-color: #2D4321;
}
</style>
border-color css
<style>
span { border-color: #2D4321; }
span { border-color: rgb(45,67,33); }
td.TdClassName
{
border-color: #2D4321;
}
.TagClassName
{
border-color: #2D4321;
}
</style>