Shades of Palm Leaf #303F2E
Tints of Palm Leaf #303F2E
RGB
CMYK
RGB Variations
Color information
#303F2E (or 0x303F2E) is known color: Palm Leaf. HEX triplet: 30, 3F and 2E. RGB value is (48,63,46). Sum of RGB (Red+Green+Blue) = 48+63+46=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 63 - color contains mainly: green. Hex color #303F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F2E is #CFC0D1. Grayscale: #383838. Windows color (decimal): -13615314 or 3030832. OLE color: 3030832.
HSL color Cylindrical-coordinate representation of color #303F2E: hue angle of 112.94º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #303F2E is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 46 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.75 |
| HSL | 112.94º | 0.16% | 0.21% | - |
| HSV(B) | 112.94º | 0.27% | 0.25% | - |
| XYZ | 3.49 | 4.38 | 3.25 | - |
| YUV | 56.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 46 | 0.24 | 0 | 0.27 | 0.75 | 112.94 | 0.16 | 0.21 |
| Hex | 30 | 3F | 2E | 18 | 0 | 1B | 4B | 71 | 10 | 15 |
| Octal | 60 | 77 | 56 | 30 | 0 | 33 | 113 | 161 | 20 | 25 |
| Binary | 110000 | 111111 | 101110 | 11000 | 0 | 11011 | 1001011 | 1110001 | 10000 | 10101 |
Color Harmonies of #303F2E
Complementary color
Monochromatic Colors of #303F2E
Black with #303F2E
Text Example
Text Example
White with #303F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F2E; }
p { color: rgb(48,63,46); }
H1.HeaderClassName
{
color: #303F2E;
}
.AnyTagClassName
{
color: #303F2E;
}
</style>
background-color css
<style>
a { background-color: #303F2E; }
a { background-color: rgb(48,63,46); }
div.DivClassName
{
background-color: #303F2E;
}
.BgClassName
{
background-color: #303F2E;
}
</style>
border-color css
<style>
span { border-color: #303F2E; }
span { border-color: rgb(48,63,46); }
td.TdClassName
{
border-color: #303F2E;
}
.TagClassName
{
border-color: #303F2E;
}
</style>