Shades of La Palma #428C14
Tints of La Palma #428C14
RGB
CMYK
RGB Variations
Color information
#428C14 (or 0x428C14) is known color: La Palma. HEX triplet: 42, 8C and 14. RGB value is (66,140,20). Sum of RGB (Red+Green+Blue) = 66+140+20=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 140 (55.08% from 255 or 61.95% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 140 - color contains mainly: green. Hex color #428C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428C14 is #BD73EB. Grayscale: #686868. Windows color (decimal): -12415980 or 1346626. OLE color: 1346626.
HSL color Cylindrical-coordinate representation of color #428C14: hue angle of 97º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #428C14 is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 20 | - |
| CMYK | 0.53 | 0 | 0.86 | 0.45 |
| HSL | 97º | 0.75% | 0.31% | - |
| HSV(B) | 97º | 0.86% | 0.55% | - |
| XYZ | 11.75 | 19.96 | 3.9 | - |
| YUV | 104.19 | 80.48 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 20 | 0.53 | 0 | 0.86 | 0.45 | 97 | 0.75 | 0.31 |
| Hex | 42 | 8C | 14 | 35 | 0 | 56 | 2D | 61 | 4B | 1F |
| Octal | 102 | 214 | 24 | 65 | 0 | 126 | 55 | 141 | 113 | 37 |
| Binary | 1000010 | 10001100 | 10100 | 110101 | 0 | 1010110 | 101101 | 1100001 | 1001011 | 11111 |
Color Harmonies of #428C14
Complementary color
Monochromatic Colors of #428C14
Black with #428C14
Text Example
Text Example
White with #428C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C14; }
p { color: rgb(66,140,20); }
H1.HeaderClassName
{
color: #428C14;
}
.AnyTagClassName
{
color: #428C14;
}
</style>
background-color css
<style>
a { background-color: #428C14; }
a { background-color: rgb(66,140,20); }
div.DivClassName
{
background-color: #428C14;
}
.BgClassName
{
background-color: #428C14;
}
</style>
border-color css
<style>
span { border-color: #428C14; }
span { border-color: rgb(66,140,20); }
td.TdClassName
{
border-color: #428C14;
}
.TagClassName
{
border-color: #428C14;
}
</style>