Shades of Palm Leaf #304E26
Tints of Palm Leaf #304E26
RGB
CMYK
RGB Variations
Color information
#304E26 (or 0x304E26) is known color: Palm Leaf. HEX triplet: 30, 4E and 26. RGB value is (48,78,38). Sum of RGB (Red+Green+Blue) = 48+78+38=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #304E26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E26 is #CFB1D9. Grayscale: #404040. Windows color (decimal): -13611482 or 2510384. OLE color: 2510384.
HSL color Cylindrical-coordinate representation of color #304E26: hue angle of 105º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304E26 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 78 | 38 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.69 |
| HSL | 105º | 0.34% | 0.23% | - |
| HSV(B) | 105º | 0.51% | 0.31% | - |
| XYZ | 4.29 | 6.22 | 2.81 | - |
| YUV | 64.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 38 | 0.38 | 0 | 0.51 | 0.69 | 105 | 0.34 | 0.23 |
| Hex | 30 | 4E | 26 | 26 | 0 | 33 | 45 | 69 | 22 | 17 |
| Octal | 60 | 116 | 46 | 46 | 0 | 63 | 105 | 151 | 42 | 27 |
| Binary | 110000 | 1001110 | 100110 | 100110 | 0 | 110011 | 1000101 | 1101001 | 100010 | 10111 |
Color Harmonies of #304E26
Complementary color
Monochromatic Colors of #304E26
Black with #304E26
Text Example
Text Example
White with #304E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E26; }
p { color: rgb(48,78,38); }
H1.HeaderClassName
{
color: #304E26;
}
.AnyTagClassName
{
color: #304E26;
}
</style>
background-color css
<style>
a { background-color: #304E26; }
a { background-color: rgb(48,78,38); }
div.DivClassName
{
background-color: #304E26;
}
.BgClassName
{
background-color: #304E26;
}
</style>
border-color css
<style>
span { border-color: #304E26; }
span { border-color: rgb(48,78,38); }
td.TdClassName
{
border-color: #304E26;
}
.TagClassName
{
border-color: #304E26;
}
</style>