Shades of Palm Leaf #304B2D
Tints of Palm Leaf #304B2D
RGB
CMYK
RGB Variations
Color information
#304B2D (or 0x304B2D) is known color: Palm Leaf. HEX triplet: 30, 4B and 2D. RGB value is (48,75,45). Sum of RGB (Red+Green+Blue) = 48+75+45=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #304B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B2D is #CFB4D2. Grayscale: #3F3F3F. Windows color (decimal): -13612243 or 2968368. OLE color: 2968368.
HSL color Cylindrical-coordinate representation of color #304B2D: hue angle of 114º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #304B2D is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 75 | 45 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.71 |
| HSL | 114º | 0.25% | 0.24% | - |
| HSV(B) | 114º | 0.4% | 0.29% | - |
| XYZ | 4.21 | 5.85 | 3.39 | - |
| YUV | 63.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 45 | 0.36 | 0 | 0.40 | 0.71 | 114 | 0.25 | 0.24 |
| Hex | 30 | 4B | 2D | 24 | 0 | 28 | 47 | 72 | 19 | 18 |
| Octal | 60 | 113 | 55 | 44 | 0 | 50 | 107 | 162 | 31 | 30 |
| Binary | 110000 | 1001011 | 101101 | 100100 | 0 | 101000 | 1000111 | 1110010 | 11001 | 11000 |
Color Harmonies of #304B2D
Complementary color
Monochromatic Colors of #304B2D
Black with #304B2D
Text Example
Text Example
White with #304B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B2D; }
p { color: rgb(48,75,45); }
H1.HeaderClassName
{
color: #304B2D;
}
.AnyTagClassName
{
color: #304B2D;
}
</style>
background-color css
<style>
a { background-color: #304B2D; }
a { background-color: rgb(48,75,45); }
div.DivClassName
{
background-color: #304B2D;
}
.BgClassName
{
background-color: #304B2D;
}
</style>
border-color css
<style>
span { border-color: #304B2D; }
span { border-color: rgb(48,75,45); }
td.TdClassName
{
border-color: #304B2D;
}
.TagClassName
{
border-color: #304B2D;
}
</style>