Shades of La Palma #429D12
Tints of La Palma #429D12
RGB
CMYK
RGB Variations
Color information
#429D12 (or 0x429D12) is known color: La Palma. HEX triplet: 42, 9D and 12. RGB value is (66,157,18). Sum of RGB (Red+Green+Blue) = 66+157+18=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 157 (61.72% from 255 or 65.15% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 157 - color contains mainly: green. Hex color #429D12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429D12 is #BD62ED. Grayscale: #727272. Windows color (decimal): -12411630 or 1219906. OLE color: 1219906.
HSL color Cylindrical-coordinate representation of color #429D12: hue angle of 99.28º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #429D12 is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 18 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.38 |
| HSL | 99.28º | 0.79% | 0.34% | - |
| HSV(B) | 99.28º | 0.89% | 0.62% | - |
| XYZ | 14.41 | 25.32 | 4.7 | - |
| YUV | 113.95 | 73.85 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 18 | 0.58 | 0 | 0.89 | 0.38 | 99.28 | 0.79 | 0.34 |
| Hex | 42 | 9D | 12 | 3A | 0 | 59 | 26 | 63 | 4F | 22 |
| Octal | 102 | 235 | 22 | 72 | 0 | 131 | 46 | 143 | 117 | 42 |
| Binary | 1000010 | 10011101 | 10010 | 111010 | 0 | 1011001 | 100110 | 1100011 | 1001111 | 100010 |
Color Harmonies of #429D12
Complementary color
Monochromatic Colors of #429D12
Black with #429D12
Text Example
Text Example
White with #429D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D12; }
p { color: rgb(66,157,18); }
H1.HeaderClassName
{
color: #429D12;
}
.AnyTagClassName
{
color: #429D12;
}
</style>
background-color css
<style>
a { background-color: #429D12; }
a { background-color: rgb(66,157,18); }
div.DivClassName
{
background-color: #429D12;
}
.BgClassName
{
background-color: #429D12;
}
</style>
border-color css
<style>
span { border-color: #429D12; }
span { border-color: rgb(66,157,18); }
td.TdClassName
{
border-color: #429D12;
}
.TagClassName
{
border-color: #429D12;
}
</style>