Shades of Palm Leaf #333F30
Tints of Palm Leaf #333F30
RGB
CMYK
RGB Variations
Color information
#333F30 (or 0x333F30) is known color: Palm Leaf. HEX triplet: 33, 3F and 30. RGB value is (51,63,48). Sum of RGB (Red+Green+Blue) = 51+63+48=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 63 - color contains mainly: green. Hex color #333F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F30 is #CCC0CF. Grayscale: #393939. Windows color (decimal): -13418704 or 3161907. OLE color: 3161907.
HSL color Cylindrical-coordinate representation of color #333F30: hue angle of 108º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #333F30 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 63 | 48 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.75 |
| HSL | 108º | 0.14% | 0.22% | - |
| HSV(B) | 108º | 0.24% | 0.25% | - |
| XYZ | 3.68 | 4.47 | 3.47 | - |
| YUV | 57.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 48 | 0.19 | 0 | 0.24 | 0.75 | 108 | 0.14 | 0.22 |
| Hex | 33 | 3F | 30 | 13 | 0 | 18 | 4B | 6C | E | 16 |
| Octal | 63 | 77 | 60 | 23 | 0 | 30 | 113 | 154 | 16 | 26 |
| Binary | 110011 | 111111 | 110000 | 10011 | 0 | 11000 | 1001011 | 1101100 | 1110 | 10110 |
Color Harmonies of #333F30
Complementary color
Monochromatic Colors of #333F30
Black with #333F30
Text Example
Text Example
White with #333F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F30; }
p { color: rgb(51,63,48); }
H1.HeaderClassName
{
color: #333F30;
}
.AnyTagClassName
{
color: #333F30;
}
</style>
background-color css
<style>
a { background-color: #333F30; }
a { background-color: rgb(51,63,48); }
div.DivClassName
{
background-color: #333F30;
}
.BgClassName
{
background-color: #333F30;
}
</style>
border-color css
<style>
span { border-color: #333F30; }
span { border-color: rgb(51,63,48); }
td.TdClassName
{
border-color: #333F30;
}
.TagClassName
{
border-color: #333F30;
}
</style>