Shades of Palm Leaf #304229
Tints of Palm Leaf #304229
RGB
CMYK
RGB Variations
Color information
#304229 (or 0x304229) is known color: Palm Leaf. HEX triplet: 30, 42 and 29. RGB value is (48,66,41). Sum of RGB (Red+Green+Blue) = 48+66+41=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #304229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304229 is #CFBDD6. Grayscale: #393939. Windows color (decimal): -13614551 or 2703920. OLE color: 2703920.
HSL color Cylindrical-coordinate representation of color #304229: hue angle of 103.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304229 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 66 | 41 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.74 |
| HSL | 103.2º | 0.23% | 0.21% | - |
| HSV(B) | 103.2º | 0.38% | 0.26% | - |
| XYZ | 3.57 | 4.68 | 2.81 | - |
| YUV | 57.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 41 | 0.27 | 0 | 0.38 | 0.74 | 103.2 | 0.23 | 0.21 |
| Hex | 30 | 42 | 29 | 1B | 0 | 26 | 4A | 67 | 17 | 15 |
| Octal | 60 | 102 | 51 | 33 | 0 | 46 | 112 | 147 | 27 | 25 |
| Binary | 110000 | 1000010 | 101001 | 11011 | 0 | 100110 | 1001010 | 1100111 | 10111 | 10101 |
Color Harmonies of #304229
Complementary color
Monochromatic Colors of #304229
Black with #304229
Text Example
Text Example
White with #304229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304229; }
p { color: rgb(48,66,41); }
H1.HeaderClassName
{
color: #304229;
}
.AnyTagClassName
{
color: #304229;
}
</style>
background-color css
<style>
a { background-color: #304229; }
a { background-color: rgb(48,66,41); }
div.DivClassName
{
background-color: #304229;
}
.BgClassName
{
background-color: #304229;
}
</style>
border-color css
<style>
span { border-color: #304229; }
span { border-color: rgb(48,66,41); }
td.TdClassName
{
border-color: #304229;
}
.TagClassName
{
border-color: #304229;
}
</style>