Shades of Palm Leaf #303F2C
Tints of Palm Leaf #303F2C
RGB
CMYK
RGB Variations
Color information
#303F2C (or 0x303F2C) is known color: Palm Leaf. HEX triplet: 30, 3F and 2C. RGB value is (48,63,44). Sum of RGB (Red+Green+Blue) = 48+63+44=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 63 - color contains mainly: green. Hex color #303F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F2C is #CFC0D3. Grayscale: #383838. Windows color (decimal): -13615316 or 2899760. OLE color: 2899760.
HSL color Cylindrical-coordinate representation of color #303F2C: hue angle of 107.37º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #303F2C is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 44 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.75 |
| HSL | 107.37º | 0.18% | 0.21% | - |
| HSV(B) | 107.37º | 0.3% | 0.25% | - |
| XYZ | 3.45 | 4.37 | 3.04 | - |
| YUV | 56.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 44 | 0.24 | 0 | 0.30 | 0.75 | 107.37 | 0.18 | 0.21 |
| Hex | 30 | 3F | 2C | 18 | 0 | 1E | 4B | 6B | 12 | 15 |
| Octal | 60 | 77 | 54 | 30 | 0 | 36 | 113 | 153 | 22 | 25 |
| Binary | 110000 | 111111 | 101100 | 11000 | 0 | 11110 | 1001011 | 1101011 | 10010 | 10101 |
Color Harmonies of #303F2C
Complementary color
Monochromatic Colors of #303F2C
Black with #303F2C
Text Example
Text Example
White with #303F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F2C; }
p { color: rgb(48,63,44); }
H1.HeaderClassName
{
color: #303F2C;
}
.AnyTagClassName
{
color: #303F2C;
}
</style>
background-color css
<style>
a { background-color: #303F2C; }
a { background-color: rgb(48,63,44); }
div.DivClassName
{
background-color: #303F2C;
}
.BgClassName
{
background-color: #303F2C;
}
</style>
border-color css
<style>
span { border-color: #303F2C; }
span { border-color: rgb(48,63,44); }
td.TdClassName
{
border-color: #303F2C;
}
.TagClassName
{
border-color: #303F2C;
}
</style>