Shades of Palm Leaf #305F11
Tints of Palm Leaf #305F11
RGB
CMYK
RGB Variations
Color information
#305F11 (or 0x305F11) is known color: Palm Leaf. HEX triplet: 30, 5F and 11. RGB value is (48,95,17). Sum of RGB (Red+Green+Blue) = 48+95+17=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 95 (37.5% from 255 or 59.38% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 95 - color contains mainly: green. Hex color #305F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305F11 is #CFA0EE. Grayscale: #484848. Windows color (decimal): -13607151 or 1138480. OLE color: 1138480.
HSL color Cylindrical-coordinate representation of color #305F11: hue angle of 96.15º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #305F11 is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 95 | 17 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.63 |
| HSL | 96.15º | 0.7% | 0.22% | - |
| HSV(B) | 96.15º | 0.82% | 0.37% | - |
| XYZ | 5.41 | 8.85 | 1.95 | - |
| YUV | 72.06 | 96.93 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 17 | 0.49 | 0 | 0.82 | 0.63 | 96.15 | 0.7 | 0.22 |
| Hex | 30 | 5F | 11 | 31 | 0 | 52 | 3F | 60 | 46 | 16 |
| Octal | 60 | 137 | 21 | 61 | 0 | 122 | 77 | 140 | 106 | 26 |
| Binary | 110000 | 1011111 | 10001 | 110001 | 0 | 1010010 | 111111 | 1100000 | 1000110 | 10110 |
Color Harmonies of #305F11
Complementary color
Monochromatic Colors of #305F11
Black with #305F11
Text Example
Text Example
White with #305F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305F11; }
p { color: rgb(48,95,17); }
H1.HeaderClassName
{
color: #305F11;
}
.AnyTagClassName
{
color: #305F11;
}
</style>
background-color css
<style>
a { background-color: #305F11; }
a { background-color: rgb(48,95,17); }
div.DivClassName
{
background-color: #305F11;
}
.BgClassName
{
background-color: #305F11;
}
</style>
border-color css
<style>
span { border-color: #305F11; }
span { border-color: rgb(48,95,17); }
td.TdClassName
{
border-color: #305F11;
}
.TagClassName
{
border-color: #305F11;
}
</style>