Shades of Palm Leaf #30462F
Tints of Palm Leaf #30462F
RGB
CMYK
RGB Variations
Color information
#30462F (or 0x30462F) is known color: Palm Leaf. HEX triplet: 30, 46 and 2F. RGB value is (48,70,47). Sum of RGB (Red+Green+Blue) = 48+70+47=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #30462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30462F is #CFB9D0. Grayscale: #3C3C3C. Windows color (decimal): -13613521 or 3098160. OLE color: 3098160.
HSL color Cylindrical-coordinate representation of color #30462F: hue angle of 117.39º 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 #30462F is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 70 | 47 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.73 |
| HSL | 117.39º | 0.2% | 0.23% | - |
| HSV(B) | 117.39º | 0.33% | 0.27% | - |
| XYZ | 3.92 | 5.21 | 3.49 | - |
| YUV | 60.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 47 | 0.31 | 0 | 0.33 | 0.73 | 117.39 | 0.2 | 0.23 |
| Hex | 30 | 46 | 2F | 1F | 0 | 21 | 49 | 75 | 14 | 17 |
| Octal | 60 | 106 | 57 | 37 | 0 | 41 | 111 | 165 | 24 | 27 |
| Binary | 110000 | 1000110 | 101111 | 11111 | 0 | 100001 | 1001001 | 1110101 | 10100 | 10111 |
Color Harmonies of #30462F
Complementary color
Monochromatic Colors of #30462F
Black with #30462F
Text Example
Text Example
White with #30462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30462F; }
p { color: rgb(48,70,47); }
H1.HeaderClassName
{
color: #30462F;
}
.AnyTagClassName
{
color: #30462F;
}
</style>
background-color css
<style>
a { background-color: #30462F; }
a { background-color: rgb(48,70,47); }
div.DivClassName
{
background-color: #30462F;
}
.BgClassName
{
background-color: #30462F;
}
</style>
border-color css
<style>
span { border-color: #30462F; }
span { border-color: rgb(48,70,47); }
td.TdClassName
{
border-color: #30462F;
}
.TagClassName
{
border-color: #30462F;
}
</style>