Shades of Palm Leaf #323D2F
Tints of Palm Leaf #323D2F
RGB
CMYK
RGB Variations
Color information
#323D2F (or 0x323D2F) is known color: Palm Leaf. HEX triplet: 32, 3D and 2F. RGB value is (50,61,47). Sum of RGB (Red+Green+Blue) = 50+61+47=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 61 - color contains mainly: green. Hex color #323D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D2F is #CDC2D0. Grayscale: #383838. Windows color (decimal): -13484753 or 3095858. OLE color: 3095858.
HSL color Cylindrical-coordinate representation of color #323D2F: hue angle of 107.14º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #323D2F is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 61 | 47 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.76 |
| HSL | 107.14º | 0.13% | 0.21% | - |
| HSV(B) | 107.14º | 0.23% | 0.24% | - |
| XYZ | 3.5 | 4.22 | 3.32 | - |
| YUV | 56.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 47 | 0.18 | 0 | 0.23 | 0.76 | 107.14 | 0.13 | 0.21 |
| Hex | 32 | 3D | 2F | 12 | 0 | 17 | 4C | 6B | D | 15 |
| Octal | 62 | 75 | 57 | 22 | 0 | 27 | 114 | 153 | 15 | 25 |
| Binary | 110010 | 111101 | 101111 | 10010 | 0 | 10111 | 1001100 | 1101011 | 1101 | 10101 |
Color Harmonies of #323D2F
Complementary color
Monochromatic Colors of #323D2F
Black with #323D2F
Text Example
Text Example
White with #323D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D2F; }
p { color: rgb(50,61,47); }
H1.HeaderClassName
{
color: #323D2F;
}
.AnyTagClassName
{
color: #323D2F;
}
</style>
background-color css
<style>
a { background-color: #323D2F; }
a { background-color: rgb(50,61,47); }
div.DivClassName
{
background-color: #323D2F;
}
.BgClassName
{
background-color: #323D2F;
}
</style>
border-color css
<style>
span { border-color: #323D2F; }
span { border-color: rgb(50,61,47); }
td.TdClassName
{
border-color: #323D2F;
}
.TagClassName
{
border-color: #323D2F;
}
</style>