Shades of Palm Leaf #304B2C
Tints of Palm Leaf #304B2C
RGB
CMYK
RGB Variations
Color information
#304B2C (or 0x304B2C) is known color: Palm Leaf. HEX triplet: 30, 4B and 2C. RGB value is (48,75,44). Sum of RGB (Red+Green+Blue) = 48+75+44=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #304B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B2C is #CFB4D3. Grayscale: #3F3F3F. Windows color (decimal): -13612244 or 2902832. OLE color: 2902832.
HSL color Cylindrical-coordinate representation of color #304B2C: hue angle of 112.26º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #304B2C is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 75 | 44 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.71 |
| HSL | 112.26º | 0.26% | 0.23% | - |
| HSV(B) | 112.26º | 0.41% | 0.29% | - |
| XYZ | 4.19 | 5.84 | 3.29 | - |
| YUV | 63.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 44 | 0.36 | 0 | 0.41 | 0.71 | 112.26 | 0.26 | 0.23 |
| Hex | 30 | 4B | 2C | 24 | 0 | 29 | 47 | 70 | 1A | 17 |
| Octal | 60 | 113 | 54 | 44 | 0 | 51 | 107 | 160 | 32 | 27 |
| Binary | 110000 | 1001011 | 101100 | 100100 | 0 | 101001 | 1000111 | 1110000 | 11010 | 10111 |
Color Harmonies of #304B2C
Complementary color
Monochromatic Colors of #304B2C
Black with #304B2C
Text Example
Text Example
White with #304B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B2C; }
p { color: rgb(48,75,44); }
H1.HeaderClassName
{
color: #304B2C;
}
.AnyTagClassName
{
color: #304B2C;
}
</style>
background-color css
<style>
a { background-color: #304B2C; }
a { background-color: rgb(48,75,44); }
div.DivClassName
{
background-color: #304B2C;
}
.BgClassName
{
background-color: #304B2C;
}
</style>
border-color css
<style>
span { border-color: #304B2C; }
span { border-color: rgb(48,75,44); }
td.TdClassName
{
border-color: #304B2C;
}
.TagClassName
{
border-color: #304B2C;
}
</style>