Shades of Palm Leaf #343F2F
Tints of Palm Leaf #343F2F
RGB
CMYK
RGB Variations
Color information
#343F2F (or 0x343F2F) is known color: Palm Leaf. HEX triplet: 34, 3F and 2F. RGB value is (52,63,47). Sum of RGB (Red+Green+Blue) = 52+63+47=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 63 - color contains mainly: green. Hex color #343F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F2F is #CBC0D0. Grayscale: #393939. Windows color (decimal): -13353169 or 3096372. OLE color: 3096372.
HSL color Cylindrical-coordinate representation of color #343F2F: hue angle of 101.25º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #343F2F is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 63 | 47 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.75 |
| HSL | 101.25º | 0.15% | 0.22% | - |
| HSV(B) | 101.25º | 0.25% | 0.25% | - |
| XYZ | 3.71 | 4.49 | 3.36 | - |
| YUV | 57.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 47 | 0.17 | 0 | 0.25 | 0.75 | 101.25 | 0.15 | 0.22 |
| Hex | 34 | 3F | 2F | 11 | 0 | 19 | 4B | 65 | F | 16 |
| Octal | 64 | 77 | 57 | 21 | 0 | 31 | 113 | 145 | 17 | 26 |
| Binary | 110100 | 111111 | 101111 | 10001 | 0 | 11001 | 1001011 | 1100101 | 1111 | 10110 |
Color Harmonies of #343F2F
Complementary color
Monochromatic Colors of #343F2F
Black with #343F2F
Text Example
Text Example
White with #343F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F2F; }
p { color: rgb(52,63,47); }
H1.HeaderClassName
{
color: #343F2F;
}
.AnyTagClassName
{
color: #343F2F;
}
</style>
background-color css
<style>
a { background-color: #343F2F; }
a { background-color: rgb(52,63,47); }
div.DivClassName
{
background-color: #343F2F;
}
.BgClassName
{
background-color: #343F2F;
}
</style>
border-color css
<style>
span { border-color: #343F2F; }
span { border-color: rgb(52,63,47); }
td.TdClassName
{
border-color: #343F2F;
}
.TagClassName
{
border-color: #343F2F;
}
</style>