Shades of La Palma #348F1D
Tints of La Palma #348F1D
RGB
CMYK
RGB Variations
Color information
#348F1D (or 0x348F1D) is known color: La Palma. HEX triplet: 34, 8F and 1D. RGB value is (52,143,29). Sum of RGB (Red+Green+Blue) = 52+143+29=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 143 (56.25% from 255 or 63.84% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 143 - color contains mainly: green. Hex color #348F1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348F1D is #CB70E2. Grayscale: #676767. Windows color (decimal): -13332707 or 1937204. OLE color: 1937204.
HSL color Cylindrical-coordinate representation of color #348F1D: hue angle of 107.89º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #348F1D is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 143 | 29 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.44 |
| HSL | 107.89º | 0.66% | 0.34% | - |
| HSV(B) | 107.89º | 0.8% | 0.56% | - |
| XYZ | 11.46 | 20.46 | 4.51 | - |
| YUV | 102.8 | 86.35 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 29 | 0.64 | 0 | 0.80 | 0.44 | 107.89 | 0.66 | 0.34 |
| Hex | 34 | 8F | 1D | 40 | 0 | 50 | 2C | 6C | 42 | 22 |
| Octal | 64 | 217 | 35 | 100 | 0 | 120 | 54 | 154 | 102 | 42 |
| Binary | 110100 | 10001111 | 11101 | 1000000 | 0 | 1010000 | 101100 | 1101100 | 1000010 | 100010 |
Color Harmonies of #348F1D
Complementary color
Monochromatic Colors of #348F1D
Black with #348F1D
Text Example
Text Example
White with #348F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F1D; }
p { color: rgb(52,143,29); }
H1.HeaderClassName
{
color: #348F1D;
}
.AnyTagClassName
{
color: #348F1D;
}
</style>
background-color css
<style>
a { background-color: #348F1D; }
a { background-color: rgb(52,143,29); }
div.DivClassName
{
background-color: #348F1D;
}
.BgClassName
{
background-color: #348F1D;
}
</style>
border-color css
<style>
span { border-color: #348F1D; }
span { border-color: rgb(52,143,29); }
td.TdClassName
{
border-color: #348F1D;
}
.TagClassName
{
border-color: #348F1D;
}
</style>