Shades of Palm Leaf #2F4326
Tints of Palm Leaf #2F4326
RGB
CMYK
RGB Variations
Color information
#2F4326 (or 0x2F4326) is known color: Palm Leaf. HEX triplet: 2F, 43 and 26. RGB value is (47,67,38). Sum of RGB (Red+Green+Blue) = 47+67+38=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #2F4326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4326 is #D0BCD9. Grayscale: #393939. Windows color (decimal): -13679834 or 2507567. OLE color: 2507567.
HSL color Cylindrical-coordinate representation of color #2F4326: hue angle of 101.38º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F4326 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 38 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.74 |
| HSL | 101.38º | 0.28% | 0.21% | - |
| HSV(B) | 101.38º | 0.43% | 0.26% | - |
| XYZ | 3.53 | 4.76 | 2.57 | - |
| YUV | 57.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 38 | 0.30 | 0 | 0.43 | 0.74 | 101.38 | 0.28 | 0.21 |
| Hex | 2F | 43 | 26 | 1E | 0 | 2B | 4A | 65 | 1C | 15 |
| Octal | 57 | 103 | 46 | 36 | 0 | 53 | 112 | 145 | 34 | 25 |
| Binary | 101111 | 1000011 | 100110 | 11110 | 0 | 101011 | 1001010 | 1100101 | 11100 | 10101 |
Color Harmonies of #2F4326
Complementary color
Monochromatic Colors of #2F4326
Black with #2F4326
Text Example
Text Example
White with #2F4326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4326; }
p { color: rgb(47,67,38); }
H1.HeaderClassName
{
color: #2F4326;
}
.AnyTagClassName
{
color: #2F4326;
}
</style>
background-color css
<style>
a { background-color: #2F4326; }
a { background-color: rgb(47,67,38); }
div.DivClassName
{
background-color: #2F4326;
}
.BgClassName
{
background-color: #2F4326;
}
</style>
border-color css
<style>
span { border-color: #2F4326; }
span { border-color: rgb(47,67,38); }
td.TdClassName
{
border-color: #2F4326;
}
.TagClassName
{
border-color: #2F4326;
}
</style>