Shades of Palm Leaf #304E2C
Tints of Palm Leaf #304E2C
RGB
CMYK
RGB Variations
Color information
#304E2C (or 0x304E2C) is known color: Palm Leaf. HEX triplet: 30, 4E and 2C. RGB value is (48,78,44). Sum of RGB (Red+Green+Blue) = 48+78+44=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #304E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E2C is #CFB1D3. Grayscale: #414141. Windows color (decimal): -13611476 or 2903600. OLE color: 2903600.
HSL color Cylindrical-coordinate representation of color #304E2C: hue angle of 112.94º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304E2C is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 78 | 44 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.69 |
| HSL | 112.94º | 0.28% | 0.24% | - |
| HSV(B) | 112.94º | 0.44% | 0.31% | - |
| XYZ | 4.4 | 6.26 | 3.36 | - |
| YUV | 65.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 44 | 0.38 | 0 | 0.44 | 0.69 | 112.94 | 0.28 | 0.24 |
| Hex | 30 | 4E | 2C | 26 | 0 | 2C | 45 | 71 | 1C | 18 |
| Octal | 60 | 116 | 54 | 46 | 0 | 54 | 105 | 161 | 34 | 30 |
| Binary | 110000 | 1001110 | 101100 | 100110 | 0 | 101100 | 1000101 | 1110001 | 11100 | 11000 |
Color Harmonies of #304E2C
Complementary color
Monochromatic Colors of #304E2C
Black with #304E2C
Text Example
Text Example
White with #304E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E2C; }
p { color: rgb(48,78,44); }
H1.HeaderClassName
{
color: #304E2C;
}
.AnyTagClassName
{
color: #304E2C;
}
</style>
background-color css
<style>
a { background-color: #304E2C; }
a { background-color: rgb(48,78,44); }
div.DivClassName
{
background-color: #304E2C;
}
.BgClassName
{
background-color: #304E2C;
}
</style>
border-color css
<style>
span { border-color: #304E2C; }
span { border-color: rgb(48,78,44); }
td.TdClassName
{
border-color: #304E2C;
}
.TagClassName
{
border-color: #304E2C;
}
</style>