Shades of La Palma #34970F
Tints of La Palma #34970F
RGB
CMYK
RGB Variations
Color information
#34970F (or 0x34970F) is known color: La Palma. HEX triplet: 34, 97 and 0F. RGB value is (52,151,15). Sum of RGB (Red+Green+Blue) = 52+151+15=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 151 (59.38% from 255 or 69.27% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 151 - color contains mainly: green. Hex color #34970F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34970F is #CB68F0. Grayscale: #6A6A6A. Windows color (decimal): -13330673 or 1021748. OLE color: 1021748.
HSL color Cylindrical-coordinate representation of color #34970F: hue angle of 103.68º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34970F is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 15 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.41 |
| HSL | 103.68º | 0.82% | 0.33% | - |
| HSV(B) | 103.68º | 0.9% | 0.59% | - |
| XYZ | 12.57 | 22.9 | 4.21 | - |
| YUV | 105.9 | 76.7 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 15 | 0.66 | 0 | 0.90 | 0.41 | 103.68 | 0.82 | 0.33 |
| Hex | 34 | 97 | F | 42 | 0 | 5A | 29 | 68 | 52 | 21 |
| Octal | 64 | 227 | 17 | 102 | 0 | 132 | 51 | 150 | 122 | 41 |
| Binary | 110100 | 10010111 | 1111 | 1000010 | 0 | 1011010 | 101001 | 1101000 | 1010010 | 100001 |
Color Harmonies of #34970F
Complementary color
Monochromatic Colors of #34970F
Black with #34970F
Text Example
Text Example
White with #34970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34970F; }
p { color: rgb(52,151,15); }
H1.HeaderClassName
{
color: #34970F;
}
.AnyTagClassName
{
color: #34970F;
}
</style>
background-color css
<style>
a { background-color: #34970F; }
a { background-color: rgb(52,151,15); }
div.DivClassName
{
background-color: #34970F;
}
.BgClassName
{
background-color: #34970F;
}
</style>
border-color css
<style>
span { border-color: #34970F; }
span { border-color: rgb(52,151,15); }
td.TdClassName
{
border-color: #34970F;
}
.TagClassName
{
border-color: #34970F;
}
</style>