Shades of Palm Leaf #303D2D
Tints of Palm Leaf #303D2D
RGB
CMYK
RGB Variations
Color information
#303D2D (or 0x303D2D) is known color: Palm Leaf. HEX triplet: 30, 3D and 2D. RGB value is (48,61,45). Sum of RGB (Red+Green+Blue) = 48+61+45=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 61 - color contains mainly: green. Hex color #303D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D2D is #CFC2D2. Grayscale: #373737. Windows color (decimal): -13615827 or 2964784. OLE color: 2964784.
HSL color Cylindrical-coordinate representation of color #303D2D: hue angle of 108.75º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #303D2D is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 45 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.76 |
| HSL | 108.75º | 0.15% | 0.21% | - |
| HSV(B) | 108.75º | 0.26% | 0.24% | - |
| XYZ | 3.36 | 4.16 | 3.11 | - |
| YUV | 55.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 45 | 0.21 | 0 | 0.26 | 0.76 | 108.75 | 0.15 | 0.21 |
| Hex | 30 | 3D | 2D | 15 | 0 | 1A | 4C | 6D | F | 15 |
| Octal | 60 | 75 | 55 | 25 | 0 | 32 | 114 | 155 | 17 | 25 |
| Binary | 110000 | 111101 | 101101 | 10101 | 0 | 11010 | 1001100 | 1101101 | 1111 | 10101 |
Color Harmonies of #303D2D
Complementary color
Monochromatic Colors of #303D2D
Black with #303D2D
Text Example
Text Example
White with #303D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D2D; }
p { color: rgb(48,61,45); }
H1.HeaderClassName
{
color: #303D2D;
}
.AnyTagClassName
{
color: #303D2D;
}
</style>
background-color css
<style>
a { background-color: #303D2D; }
a { background-color: rgb(48,61,45); }
div.DivClassName
{
background-color: #303D2D;
}
.BgClassName
{
background-color: #303D2D;
}
</style>
border-color css
<style>
span { border-color: #303D2D; }
span { border-color: rgb(48,61,45); }
td.TdClassName
{
border-color: #303D2D;
}
.TagClassName
{
border-color: #303D2D;
}
</style>