Shades of Palm Leaf #30482F
Tints of Palm Leaf #30482F
RGB
CMYK
RGB Variations
Color information
#30482F (or 0x30482F) is known color: Palm Leaf. HEX triplet: 30, 48 and 2F. RGB value is (48,72,47). Sum of RGB (Red+Green+Blue) = 48+72+47=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #30482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30482F is #CFB7D0. Grayscale: #3E3E3E. Windows color (decimal): -13613009 or 3098672. OLE color: 3098672.
HSL color Cylindrical-coordinate representation of color #30482F: hue angle of 117.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #30482F is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 72 | 47 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.72 |
| HSL | 117.6º | 0.21% | 0.23% | - |
| HSV(B) | 117.6º | 0.35% | 0.28% | - |
| XYZ | 4.05 | 5.47 | 3.53 | - |
| YUV | 61.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 47 | 0.33 | 0 | 0.35 | 0.72 | 117.6 | 0.21 | 0.23 |
| Hex | 30 | 48 | 2F | 21 | 0 | 23 | 48 | 76 | 15 | 17 |
| Octal | 60 | 110 | 57 | 41 | 0 | 43 | 110 | 166 | 25 | 27 |
| Binary | 110000 | 1001000 | 101111 | 100001 | 0 | 100011 | 1001000 | 1110110 | 10101 | 10111 |
Color Harmonies of #30482F
Complementary color
Monochromatic Colors of #30482F
Black with #30482F
Text Example
Text Example
White with #30482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30482F; }
p { color: rgb(48,72,47); }
H1.HeaderClassName
{
color: #30482F;
}
.AnyTagClassName
{
color: #30482F;
}
</style>
background-color css
<style>
a { background-color: #30482F; }
a { background-color: rgb(48,72,47); }
div.DivClassName
{
background-color: #30482F;
}
.BgClassName
{
background-color: #30482F;
}
</style>
border-color css
<style>
span { border-color: #30482F; }
span { border-color: rgb(48,72,47); }
td.TdClassName
{
border-color: #30482F;
}
.TagClassName
{
border-color: #30482F;
}
</style>