Shades of La Palma #348C2C
Tints of La Palma #348C2C
RGB
CMYK
RGB Variations
Color information
#348C2C (or 0x348C2C) is known color: La Palma. HEX triplet: 34, 8C and 2C. RGB value is (52,140,44). Sum of RGB (Red+Green+Blue) = 52+140+44=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 140 (55.08% from 255 or 59.32% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 140 - color contains mainly: green. Hex color #348C2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348C2C is #CB73D3. Grayscale: #676767. Windows color (decimal): -13333460 or 2919476. OLE color: 2919476.
HSL color Cylindrical-coordinate representation of color #348C2C: hue angle of 115º 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 #348C2C is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 140 | 44 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.45 |
| HSL | 115º | 0.52% | 0.36% | - |
| HSV(B) | 115º | 0.69% | 0.55% | - |
| XYZ | 11.25 | 19.67 | 5.59 | - |
| YUV | 102.74 | 94.85 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 44 | 0.63 | 0 | 0.69 | 0.45 | 115 | 0.52 | 0.36 |
| Hex | 34 | 8C | 2C | 3F | 0 | 45 | 2D | 73 | 34 | 24 |
| Octal | 64 | 214 | 54 | 77 | 0 | 105 | 55 | 163 | 64 | 44 |
| Binary | 110100 | 10001100 | 101100 | 111111 | 0 | 1000101 | 101101 | 1110011 | 110100 | 100100 |
Color Harmonies of #348C2C
Complementary color
Monochromatic Colors of #348C2C
Black with #348C2C
Text Example
Text Example
White with #348C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348C2C; }
p { color: rgb(52,140,44); }
H1.HeaderClassName
{
color: #348C2C;
}
.AnyTagClassName
{
color: #348C2C;
}
</style>
background-color css
<style>
a { background-color: #348C2C; }
a { background-color: rgb(52,140,44); }
div.DivClassName
{
background-color: #348C2C;
}
.BgClassName
{
background-color: #348C2C;
}
</style>
border-color css
<style>
span { border-color: #348C2C; }
span { border-color: rgb(52,140,44); }
td.TdClassName
{
border-color: #348C2C;
}
.TagClassName
{
border-color: #348C2C;
}
</style>