Shades of La Palma #348D2B
Tints of La Palma #348D2B
RGB
CMYK
RGB Variations
Color information
#348D2B (or 0x348D2B) is known color: La Palma. HEX triplet: 34, 8D and 2B. RGB value is (52,141,43). Sum of RGB (Red+Green+Blue) = 52+141+43=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 141 (55.47% from 255 or 59.75% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 141 - color contains mainly: green. Hex color #348D2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D2B is #CB72D4. Grayscale: #676767. Windows color (decimal): -13333205 or 2854196. OLE color: 2854196.
HSL color Cylindrical-coordinate representation of color #348D2B: hue angle of 114.49º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #348D2B is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 141 | 43 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.45 |
| HSL | 114.49º | 0.53% | 0.36% | - |
| HSV(B) | 114.49º | 0.7% | 0.55% | - |
| XYZ | 11.38 | 19.95 | 5.54 | - |
| YUV | 103.22 | 94.01 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 43 | 0.63 | 0 | 0.70 | 0.45 | 114.49 | 0.53 | 0.36 |
| Hex | 34 | 8D | 2B | 3F | 0 | 46 | 2D | 72 | 35 | 24 |
| Octal | 64 | 215 | 53 | 77 | 0 | 106 | 55 | 162 | 65 | 44 |
| Binary | 110100 | 10001101 | 101011 | 111111 | 0 | 1000110 | 101101 | 1110010 | 110101 | 100100 |
Color Harmonies of #348D2B
Complementary color
Monochromatic Colors of #348D2B
Black with #348D2B
Text Example
Text Example
White with #348D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348D2B; }
p { color: rgb(52,141,43); }
H1.HeaderClassName
{
color: #348D2B;
}
.AnyTagClassName
{
color: #348D2B;
}
</style>
background-color css
<style>
a { background-color: #348D2B; }
a { background-color: rgb(52,141,43); }
div.DivClassName
{
background-color: #348D2B;
}
.BgClassName
{
background-color: #348D2B;
}
</style>
border-color css
<style>
span { border-color: #348D2B; }
span { border-color: rgb(52,141,43); }
td.TdClassName
{
border-color: #348D2B;
}
.TagClassName
{
border-color: #348D2B;
}
</style>