Shades of Palm Leaf #304E1E
Tints of Palm Leaf #304E1E
RGB
CMYK
RGB Variations
Color information
#304E1E (or 0x304E1E) is known color: Palm Leaf. HEX triplet: 30, 4E and 1E. RGB value is (48,78,30). Sum of RGB (Red+Green+Blue) = 48+78+30=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 78 (30.86% from 255 or 50% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 78 - color contains mainly: green. Hex color #304E1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E1E is #CFB1E1. Grayscale: #3F3F3F. Windows color (decimal): -13611490 or 1986096. OLE color: 1986096.
HSL color Cylindrical-coordinate representation of color #304E1E: hue angle of 97.5º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #304E1E is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 78 | 30 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.69 |
| HSL | 97.5º | 0.44% | 0.21% | - |
| HSV(B) | 97.5º | 0.62% | 0.31% | - |
| XYZ | 4.18 | 6.17 | 2.2 | - |
| YUV | 63.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 30 | 0.38 | 0 | 0.62 | 0.69 | 97.5 | 0.44 | 0.21 |
| Hex | 30 | 4E | 1E | 26 | 0 | 3E | 45 | 62 | 2C | 15 |
| Octal | 60 | 116 | 36 | 46 | 0 | 76 | 105 | 142 | 54 | 25 |
| Binary | 110000 | 1001110 | 11110 | 100110 | 0 | 111110 | 1000101 | 1100010 | 101100 | 10101 |
Color Harmonies of #304E1E
Complementary color
Monochromatic Colors of #304E1E
Black with #304E1E
Text Example
Text Example
White with #304E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E1E; }
p { color: rgb(48,78,30); }
H1.HeaderClassName
{
color: #304E1E;
}
.AnyTagClassName
{
color: #304E1E;
}
</style>
background-color css
<style>
a { background-color: #304E1E; }
a { background-color: rgb(48,78,30); }
div.DivClassName
{
background-color: #304E1E;
}
.BgClassName
{
background-color: #304E1E;
}
</style>
border-color css
<style>
span { border-color: #304E1E; }
span { border-color: rgb(48,78,30); }
td.TdClassName
{
border-color: #304E1E;
}
.TagClassName
{
border-color: #304E1E;
}
</style>