Shades of La Palma #34971E
Tints of La Palma #34971E
RGB
CMYK
RGB Variations
Color information
#34971E (or 0x34971E) is known color: La Palma. HEX triplet: 34, 97 and 1E. RGB value is (52,151,30). Sum of RGB (Red+Green+Blue) = 52+151+30=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 151 (59.38% from 255 or 64.81% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 151 - color contains mainly: green. Hex color #34971E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34971E is #CB68E1. Grayscale: #6B6B6B. Windows color (decimal): -13330658 or 2004788. OLE color: 2004788.
HSL color Cylindrical-coordinate representation of color #34971E: hue angle of 109.09º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34971E is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 30 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.41 |
| HSL | 109.09º | 0.67% | 0.35% | - |
| HSV(B) | 109.09º | 0.8% | 0.59% | - |
| XYZ | 12.72 | 22.96 | 4.99 | - |
| YUV | 107.61 | 84.2 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 30 | 0.66 | 0 | 0.80 | 0.41 | 109.09 | 0.67 | 0.35 |
| Hex | 34 | 97 | 1E | 42 | 0 | 50 | 29 | 6D | 43 | 23 |
| Octal | 64 | 227 | 36 | 102 | 0 | 120 | 51 | 155 | 103 | 43 |
| Binary | 110100 | 10010111 | 11110 | 1000010 | 0 | 1010000 | 101001 | 1101101 | 1000011 | 100011 |
Color Harmonies of #34971E
Complementary color
Monochromatic Colors of #34971E
Black with #34971E
Text Example
Text Example
White with #34971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34971E; }
p { color: rgb(52,151,30); }
H1.HeaderClassName
{
color: #34971E;
}
.AnyTagClassName
{
color: #34971E;
}
</style>
background-color css
<style>
a { background-color: #34971E; }
a { background-color: rgb(52,151,30); }
div.DivClassName
{
background-color: #34971E;
}
.BgClassName
{
background-color: #34971E;
}
</style>
border-color css
<style>
span { border-color: #34971E; }
span { border-color: rgb(52,151,30); }
td.TdClassName
{
border-color: #34971E;
}
.TagClassName
{
border-color: #34971E;
}
</style>