Shades of La Palma #348D2C
Tints of La Palma #348D2C
RGB
CMYK
RGB Variations
Color information
#348D2C (or 0x348D2C) is known color: La Palma. HEX triplet: 34, 8D and 2C. RGB value is (52,141,44). Sum of RGB (Red+Green+Blue) = 52+141+44=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 141 (55.47% from 255 or 59.49% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 141 - color contains mainly: green. Hex color #348D2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D2C is #CB72D3. Grayscale: #676767. Windows color (decimal): -13333204 or 2919732. OLE color: 2919732.
HSL color Cylindrical-coordinate representation of color #348D2C: hue angle of 115.05º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #348D2C is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 141 | 44 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.45 |
| HSL | 115.05º | 0.52% | 0.36% | - |
| HSV(B) | 115.05º | 0.69% | 0.55% | - |
| XYZ | 11.4 | 19.96 | 5.64 | - |
| YUV | 103.33 | 94.51 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 44 | 0.63 | 0 | 0.69 | 0.45 | 115.05 | 0.52 | 0.36 |
| Hex | 34 | 8D | 2C | 3F | 0 | 45 | 2D | 73 | 34 | 24 |
| Octal | 64 | 215 | 54 | 77 | 0 | 105 | 55 | 163 | 64 | 44 |
| Binary | 110100 | 10001101 | 101100 | 111111 | 0 | 1000101 | 101101 | 1110011 | 110100 | 100100 |
Color Harmonies of #348D2C
Complementary color
Monochromatic Colors of #348D2C
Black with #348D2C
Text Example
Text Example
White with #348D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348D2C; }
p { color: rgb(52,141,44); }
H1.HeaderClassName
{
color: #348D2C;
}
.AnyTagClassName
{
color: #348D2C;
}
</style>
background-color css
<style>
a { background-color: #348D2C; }
a { background-color: rgb(52,141,44); }
div.DivClassName
{
background-color: #348D2C;
}
.BgClassName
{
background-color: #348D2C;
}
</style>
border-color css
<style>
span { border-color: #348D2C; }
span { border-color: rgb(52,141,44); }
td.TdClassName
{
border-color: #348D2C;
}
.TagClassName
{
border-color: #348D2C;
}
</style>