Shades of Palm Leaf #305C1D
Tints of Palm Leaf #305C1D
RGB
CMYK
RGB Variations
Color information
#305C1D (or 0x305C1D) is known color: Palm Leaf. HEX triplet: 30, 5C and 1D. RGB value is (48,92,29). Sum of RGB (Red+Green+Blue) = 48+92+29=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #305C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C1D is #CFA3E2. Grayscale: #474747. Windows color (decimal): -13607907 or 1924144. OLE color: 1924144.
HSL color Cylindrical-coordinate representation of color #305C1D: hue angle of 101.9º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #305C1D is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 92 | 29 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.64 |
| HSL | 101.9º | 0.52% | 0.24% | - |
| HSV(B) | 101.9º | 0.68% | 0.36% | - |
| XYZ | 5.27 | 8.37 | 2.5 | - |
| YUV | 71.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 29 | 0.48 | 0 | 0.68 | 0.64 | 101.9 | 0.52 | 0.24 |
| Hex | 30 | 5C | 1D | 30 | 0 | 44 | 40 | 66 | 34 | 18 |
| Octal | 60 | 134 | 35 | 60 | 0 | 104 | 100 | 146 | 64 | 30 |
| Binary | 110000 | 1011100 | 11101 | 110000 | 0 | 1000100 | 1000000 | 1100110 | 110100 | 11000 |
Color Harmonies of #305C1D
Complementary color
Monochromatic Colors of #305C1D
Black with #305C1D
Text Example
Text Example
White with #305C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305C1D; }
p { color: rgb(48,92,29); }
H1.HeaderClassName
{
color: #305C1D;
}
.AnyTagClassName
{
color: #305C1D;
}
</style>
background-color css
<style>
a { background-color: #305C1D; }
a { background-color: rgb(48,92,29); }
div.DivClassName
{
background-color: #305C1D;
}
.BgClassName
{
background-color: #305C1D;
}
</style>
border-color css
<style>
span { border-color: #305C1D; }
span { border-color: rgb(48,92,29); }
td.TdClassName
{
border-color: #305C1D;
}
.TagClassName
{
border-color: #305C1D;
}
</style>