Shades of La Palma #34941D
Tints of La Palma #34941D
RGB
CMYK
RGB Variations
Color information
#34941D (or 0x34941D) is known color: La Palma. HEX triplet: 34, 94 and 1D. RGB value is (52,148,29). Sum of RGB (Red+Green+Blue) = 52+148+29=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 148 (58.20% from 255 or 64.63% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 148 - color contains mainly: green. Hex color #34941D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34941D is #CB6BE2. Grayscale: #6A6A6A. Windows color (decimal): -13331427 or 1938484. OLE color: 1938484.
HSL color Cylindrical-coordinate representation of color #34941D: hue angle of 108.4º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34941D is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 148 | 29 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.42 |
| HSL | 108.4º | 0.67% | 0.35% | - |
| HSV(B) | 108.4º | 0.8% | 0.58% | - |
| XYZ | 12.23 | 22 | 4.76 | - |
| YUV | 105.73 | 84.7 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 148 | 29 | 0.65 | 0 | 0.80 | 0.42 | 108.4 | 0.67 | 0.35 |
| Hex | 34 | 94 | 1D | 41 | 0 | 50 | 2A | 6C | 43 | 23 |
| Octal | 64 | 224 | 35 | 101 | 0 | 120 | 52 | 154 | 103 | 43 |
| Binary | 110100 | 10010100 | 11101 | 1000001 | 0 | 1010000 | 101010 | 1101100 | 1000011 | 100011 |
Color Harmonies of #34941D
Complementary color
Monochromatic Colors of #34941D
Black with #34941D
Text Example
Text Example
White with #34941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34941D; }
p { color: rgb(52,148,29); }
H1.HeaderClassName
{
color: #34941D;
}
.AnyTagClassName
{
color: #34941D;
}
</style>
background-color css
<style>
a { background-color: #34941D; }
a { background-color: rgb(52,148,29); }
div.DivClassName
{
background-color: #34941D;
}
.BgClassName
{
background-color: #34941D;
}
</style>
border-color css
<style>
span { border-color: #34941D; }
span { border-color: rgb(52,148,29); }
td.TdClassName
{
border-color: #34941D;
}
.TagClassName
{
border-color: #34941D;
}
</style>