Shades of Palm Leaf #30452E
Tints of Palm Leaf #30452E
RGB
CMYK
RGB Variations
Color information
#30452E (or 0x30452E) is known color: Palm Leaf. HEX triplet: 30, 45 and 2E. RGB value is (48,69,46). Sum of RGB (Red+Green+Blue) = 48+69+46=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 69 - color contains mainly: green. Hex color #30452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30452E is #CFBAD1. Grayscale: #3C3C3C. Windows color (decimal): -13613778 or 3032368. OLE color: 3032368.
HSL color Cylindrical-coordinate representation of color #30452E: hue angle of 114.78º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #30452E is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 69 | 46 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.73 |
| HSL | 114.78º | 0.2% | 0.23% | - |
| HSV(B) | 114.78º | 0.33% | 0.27% | - |
| XYZ | 3.84 | 5.08 | 3.36 | - |
| YUV | 60.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 46 | 0.30 | 0 | 0.33 | 0.73 | 114.78 | 0.2 | 0.23 |
| Hex | 30 | 45 | 2E | 1E | 0 | 21 | 49 | 73 | 14 | 17 |
| Octal | 60 | 105 | 56 | 36 | 0 | 41 | 111 | 163 | 24 | 27 |
| Binary | 110000 | 1000101 | 101110 | 11110 | 0 | 100001 | 1001001 | 1110011 | 10100 | 10111 |
Color Harmonies of #30452E
Complementary color
Monochromatic Colors of #30452E
Black with #30452E
Text Example
Text Example
White with #30452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30452E; }
p { color: rgb(48,69,46); }
H1.HeaderClassName
{
color: #30452E;
}
.AnyTagClassName
{
color: #30452E;
}
</style>
background-color css
<style>
a { background-color: #30452E; }
a { background-color: rgb(48,69,46); }
div.DivClassName
{
background-color: #30452E;
}
.BgClassName
{
background-color: #30452E;
}
</style>
border-color css
<style>
span { border-color: #30452E; }
span { border-color: rgb(48,69,46); }
td.TdClassName
{
border-color: #30452E;
}
.TagClassName
{
border-color: #30452E;
}
</style>