Shades of Palm Leaf #304127
Tints of Palm Leaf #304127
RGB
CMYK
RGB Variations
Color information
#304127 (or 0x304127) is known color: Palm Leaf. HEX triplet: 30, 41 and 27. RGB value is (48,65,39). Sum of RGB (Red+Green+Blue) = 48+65+39=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #304127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304127 is #CFBED8. Grayscale: #393939. Windows color (decimal): -13614809 or 2572592. OLE color: 2572592.
HSL color Cylindrical-coordinate representation of color #304127: hue angle of 99.23º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #304127 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 65 | 39 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.75 |
| HSL | 99.23º | 0.25% | 0.2% | - |
| HSV(B) | 99.23º | 0.4% | 0.25% | - |
| XYZ | 3.48 | 4.56 | 2.62 | - |
| YUV | 56.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 39 | 0.26 | 0 | 0.40 | 0.75 | 99.23 | 0.25 | 0.2 |
| Hex | 30 | 41 | 27 | 1A | 0 | 28 | 4B | 63 | 19 | 14 |
| Octal | 60 | 101 | 47 | 32 | 0 | 50 | 113 | 143 | 31 | 24 |
| Binary | 110000 | 1000001 | 100111 | 11010 | 0 | 101000 | 1001011 | 1100011 | 11001 | 10100 |
Color Harmonies of #304127
Complementary color
Monochromatic Colors of #304127
Black with #304127
Text Example
Text Example
White with #304127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304127; }
p { color: rgb(48,65,39); }
H1.HeaderClassName
{
color: #304127;
}
.AnyTagClassName
{
color: #304127;
}
</style>
background-color css
<style>
a { background-color: #304127; }
a { background-color: rgb(48,65,39); }
div.DivClassName
{
background-color: #304127;
}
.BgClassName
{
background-color: #304127;
}
</style>
border-color css
<style>
span { border-color: #304127; }
span { border-color: rgb(48,65,39); }
td.TdClassName
{
border-color: #304127;
}
.TagClassName
{
border-color: #304127;
}
</style>