Shades of Palm Leaf #303E2D
Tints of Palm Leaf #303E2D
RGB
CMYK
RGB Variations
Color information
#303E2D (or 0x303E2D) is known color: Palm Leaf. HEX triplet: 30, 3E and 2D. RGB value is (48,62,45). Sum of RGB (Red+Green+Blue) = 48+62+45=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 62 - color contains mainly: green. Hex color #303E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E2D is #CFC1D2. Grayscale: #373737. Windows color (decimal): -13615571 or 2965040. OLE color: 2965040.
HSL color Cylindrical-coordinate representation of color #303E2D: hue angle of 109.41º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #303E2D is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 45 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.76 |
| HSL | 109.41º | 0.16% | 0.21% | - |
| HSV(B) | 109.41º | 0.27% | 0.24% | - |
| XYZ | 3.42 | 4.26 | 3.13 | - |
| YUV | 55.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 45 | 0.23 | 0 | 0.27 | 0.76 | 109.41 | 0.16 | 0.21 |
| Hex | 30 | 3E | 2D | 17 | 0 | 1B | 4C | 6D | 10 | 15 |
| Octal | 60 | 76 | 55 | 27 | 0 | 33 | 114 | 155 | 20 | 25 |
| Binary | 110000 | 111110 | 101101 | 10111 | 0 | 11011 | 1001100 | 1101101 | 10000 | 10101 |
Color Harmonies of #303E2D
Complementary color
Monochromatic Colors of #303E2D
Black with #303E2D
Text Example
Text Example
White with #303E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E2D; }
p { color: rgb(48,62,45); }
H1.HeaderClassName
{
color: #303E2D;
}
.AnyTagClassName
{
color: #303E2D;
}
</style>
background-color css
<style>
a { background-color: #303E2D; }
a { background-color: rgb(48,62,45); }
div.DivClassName
{
background-color: #303E2D;
}
.BgClassName
{
background-color: #303E2D;
}
</style>
border-color css
<style>
span { border-color: #303E2D; }
span { border-color: rgb(48,62,45); }
td.TdClassName
{
border-color: #303E2D;
}
.TagClassName
{
border-color: #303E2D;
}
</style>