Shades of Palm Leaf #30452C
Tints of Palm Leaf #30452C
RGB
CMYK
RGB Variations
Color information
#30452C (or 0x30452C) is known color: Palm Leaf. HEX triplet: 30, 45 and 2C. RGB value is (48,69,44). Sum of RGB (Red+Green+Blue) = 48+69+44=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #30452C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30452C is #CFBAD3. Grayscale: #3B3B3B. Windows color (decimal): -13613780 or 2901296. OLE color: 2901296.
HSL color Cylindrical-coordinate representation of color #30452C: hue angle of 110.4º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #30452C is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 69 | 44 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.73 |
| HSL | 110.4º | 0.22% | 0.22% | - |
| HSV(B) | 110.4º | 0.36% | 0.27% | - |
| XYZ | 3.8 | 5.07 | 3.16 | - |
| YUV | 59.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 44 | 0.30 | 0 | 0.36 | 0.73 | 110.4 | 0.22 | 0.22 |
| Hex | 30 | 45 | 2C | 1E | 0 | 24 | 49 | 6E | 16 | 16 |
| Octal | 60 | 105 | 54 | 36 | 0 | 44 | 111 | 156 | 26 | 26 |
| Binary | 110000 | 1000101 | 101100 | 11110 | 0 | 100100 | 1001001 | 1101110 | 10110 | 10110 |
Color Harmonies of #30452C
Complementary color
Monochromatic Colors of #30452C
Black with #30452C
Text Example
Text Example
White with #30452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30452C; }
p { color: rgb(48,69,44); }
H1.HeaderClassName
{
color: #30452C;
}
.AnyTagClassName
{
color: #30452C;
}
</style>
background-color css
<style>
a { background-color: #30452C; }
a { background-color: rgb(48,69,44); }
div.DivClassName
{
background-color: #30452C;
}
.BgClassName
{
background-color: #30452C;
}
</style>
border-color css
<style>
span { border-color: #30452C; }
span { border-color: rgb(48,69,44); }
td.TdClassName
{
border-color: #30452C;
}
.TagClassName
{
border-color: #30452C;
}
</style>