Shades of Palm Leaf #303E2C
Tints of Palm Leaf #303E2C
RGB
CMYK
RGB Variations
Color information
#303E2C (or 0x303E2C) is known color: Palm Leaf. HEX triplet: 30, 3E and 2C. RGB value is (48,62,44). Sum of RGB (Red+Green+Blue) = 48+62+44=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 62 - color contains mainly: green. Hex color #303E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E2C is #CFC1D3. Grayscale: #373737. Windows color (decimal): -13615572 or 2899504. OLE color: 2899504.
HSL color Cylindrical-coordinate representation of color #303E2C: hue angle of 106.67º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #303E2C is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 44 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.76 |
| HSL | 106.67º | 0.17% | 0.21% | - |
| HSV(B) | 106.67º | 0.29% | 0.24% | - |
| XYZ | 3.4 | 4.26 | 3.03 | - |
| YUV | 55.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 44 | 0.23 | 0 | 0.29 | 0.76 | 106.67 | 0.17 | 0.21 |
| Hex | 30 | 3E | 2C | 17 | 0 | 1D | 4C | 6B | 11 | 15 |
| Octal | 60 | 76 | 54 | 27 | 0 | 35 | 114 | 153 | 21 | 25 |
| Binary | 110000 | 111110 | 101100 | 10111 | 0 | 11101 | 1001100 | 1101011 | 10001 | 10101 |
Color Harmonies of #303E2C
Complementary color
Monochromatic Colors of #303E2C
Black with #303E2C
Text Example
Text Example
White with #303E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E2C; }
p { color: rgb(48,62,44); }
H1.HeaderClassName
{
color: #303E2C;
}
.AnyTagClassName
{
color: #303E2C;
}
</style>
background-color css
<style>
a { background-color: #303E2C; }
a { background-color: rgb(48,62,44); }
div.DivClassName
{
background-color: #303E2C;
}
.BgClassName
{
background-color: #303E2C;
}
</style>
border-color css
<style>
span { border-color: #303E2C; }
span { border-color: rgb(48,62,44); }
td.TdClassName
{
border-color: #303E2C;
}
.TagClassName
{
border-color: #303E2C;
}
</style>