Shades of Palm Leaf #30402B
Tints of Palm Leaf #30402B
RGB
CMYK
RGB Variations
Color information
#30402B (or 0x30402B) is known color: Palm Leaf. HEX triplet: 30, 40 and 2B. RGB value is (48,64,43). Sum of RGB (Red+Green+Blue) = 48+64+43=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #30402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30402B is #CFBFD4. Grayscale: #383838. Windows color (decimal): -13615061 or 2834480. OLE color: 2834480.
HSL color Cylindrical-coordinate representation of color #30402B: hue angle of 105.71º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #30402B is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 43 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.75 |
| HSL | 105.71º | 0.2% | 0.21% | - |
| HSV(B) | 105.71º | 0.33% | 0.25% | - |
| XYZ | 3.49 | 4.47 | 2.96 | - |
| YUV | 56.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 43 | 0.25 | 0 | 0.33 | 0.75 | 105.71 | 0.2 | 0.21 |
| Hex | 30 | 40 | 2B | 19 | 0 | 21 | 4B | 6A | 14 | 15 |
| Octal | 60 | 100 | 53 | 31 | 0 | 41 | 113 | 152 | 24 | 25 |
| Binary | 110000 | 1000000 | 101011 | 11001 | 0 | 100001 | 1001011 | 1101010 | 10100 | 10101 |
Color Harmonies of #30402B
Complementary color
Monochromatic Colors of #30402B
Black with #30402B
Text Example
Text Example
White with #30402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30402B; }
p { color: rgb(48,64,43); }
H1.HeaderClassName
{
color: #30402B;
}
.AnyTagClassName
{
color: #30402B;
}
</style>
background-color css
<style>
a { background-color: #30402B; }
a { background-color: rgb(48,64,43); }
div.DivClassName
{
background-color: #30402B;
}
.BgClassName
{
background-color: #30402B;
}
</style>
border-color css
<style>
span { border-color: #30402B; }
span { border-color: rgb(48,64,43); }
td.TdClassName
{
border-color: #30402B;
}
.TagClassName
{
border-color: #30402B;
}
</style>