Shades of Palm Leaf #305A21
Tints of Palm Leaf #305A21
RGB
CMYK
RGB Variations
Color information
#305A21 (or 0x305A21) is known color: Palm Leaf. HEX triplet: 30, 5A and 21. RGB value is (48,90,33). Sum of RGB (Red+Green+Blue) = 48+90+33=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #305A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A21 is #CFA5DE. Grayscale: #474747. Windows color (decimal): -13608415 or 2185776. OLE color: 2185776.
HSL color Cylindrical-coordinate representation of color #305A21: hue angle of 104.21º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #305A21 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 90 | 33 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.65 |
| HSL | 104.21º | 0.46% | 0.24% | - |
| HSV(B) | 104.21º | 0.63% | 0.35% | - |
| XYZ | 5.15 | 8.05 | 2.72 | - |
| YUV | 70.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 33 | 0.47 | 0 | 0.63 | 0.65 | 104.21 | 0.46 | 0.24 |
| Hex | 30 | 5A | 21 | 2F | 0 | 3F | 41 | 68 | 2E | 18 |
| Octal | 60 | 132 | 41 | 57 | 0 | 77 | 101 | 150 | 56 | 30 |
| Binary | 110000 | 1011010 | 100001 | 101111 | 0 | 111111 | 1000001 | 1101000 | 101110 | 11000 |
Color Harmonies of #305A21
Complementary color
Monochromatic Colors of #305A21
Black with #305A21
Text Example
Text Example
White with #305A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A21; }
p { color: rgb(48,90,33); }
H1.HeaderClassName
{
color: #305A21;
}
.AnyTagClassName
{
color: #305A21;
}
</style>
background-color css
<style>
a { background-color: #305A21; }
a { background-color: rgb(48,90,33); }
div.DivClassName
{
background-color: #305A21;
}
.BgClassName
{
background-color: #305A21;
}
</style>
border-color css
<style>
span { border-color: #305A21; }
span { border-color: rgb(48,90,33); }
td.TdClassName
{
border-color: #305A21;
}
.TagClassName
{
border-color: #305A21;
}
</style>