Shades of Palm Leaf #303B2F
Tints of Palm Leaf #303B2F
RGB
CMYK
RGB Variations
Color information
#303B2F (or 0x303B2F) is known color: Palm Leaf. HEX triplet: 30, 3B and 2F. RGB value is (48,59,47). Sum of RGB (Red+Green+Blue) = 48+59+47=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 59 - color contains mainly: green. Hex color #303B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B2F is #CFC4D0. Grayscale: #363636. Windows color (decimal): -13616337 or 3095344. OLE color: 3095344.
HSL color Cylindrical-coordinate representation of color #303B2F: hue angle of 115º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #303B2F is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 59 | 47 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.77 |
| HSL | 115º | 0.11% | 0.21% | - |
| HSV(B) | 115º | 0.2% | 0.23% | - |
| XYZ | 3.3 | 3.96 | 3.28 | - |
| YUV | 54.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 47 | 0.19 | 0 | 0.20 | 0.77 | 115 | 0.11 | 0.21 |
| Hex | 30 | 3B | 2F | 13 | 0 | 14 | 4D | 73 | B | 15 |
| Octal | 60 | 73 | 57 | 23 | 0 | 24 | 115 | 163 | 13 | 25 |
| Binary | 110000 | 111011 | 101111 | 10011 | 0 | 10100 | 1001101 | 1110011 | 1011 | 10101 |
Color Harmonies of #303B2F
Complementary color
Monochromatic Colors of #303B2F
Black with #303B2F
Text Example
Text Example
White with #303B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B2F; }
p { color: rgb(48,59,47); }
H1.HeaderClassName
{
color: #303B2F;
}
.AnyTagClassName
{
color: #303B2F;
}
</style>
background-color css
<style>
a { background-color: #303B2F; }
a { background-color: rgb(48,59,47); }
div.DivClassName
{
background-color: #303B2F;
}
.BgClassName
{
background-color: #303B2F;
}
</style>
border-color css
<style>
span { border-color: #303B2F; }
span { border-color: rgb(48,59,47); }
td.TdClassName
{
border-color: #303B2F;
}
.TagClassName
{
border-color: #303B2F;
}
</style>