Shades of La Palma #428C0E
Tints of La Palma #428C0E
RGB
CMYK
RGB Variations
Color information
#428C0E (or 0x428C0E) is known color: La Palma. HEX triplet: 42, 8C and 0E. RGB value is (66,140,14). Sum of RGB (Red+Green+Blue) = 66+140+14=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 140 (55.08% from 255 or 63.64% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 140 - color contains mainly: green. Hex color #428C0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428C0E is #BD73F1. Grayscale: #676767. Windows color (decimal): -12415986 or 953410. OLE color: 953410.
HSL color Cylindrical-coordinate representation of color #428C0E: hue angle of 95.24º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #428C0E is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 14 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.45 |
| HSL | 95.24º | 0.82% | 0.3% | - |
| HSV(B) | 95.24º | 0.9% | 0.55% | - |
| XYZ | 11.7 | 19.95 | 3.65 | - |
| YUV | 103.51 | 77.48 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 14 | 0.53 | 0 | 0.90 | 0.45 | 95.24 | 0.82 | 0.3 |
| Hex | 42 | 8C | E | 35 | 0 | 5A | 2D | 5F | 52 | 1E |
| Octal | 102 | 214 | 16 | 65 | 0 | 132 | 55 | 137 | 122 | 36 |
| Binary | 1000010 | 10001100 | 1110 | 110101 | 0 | 1011010 | 101101 | 1011111 | 1010010 | 11110 |
Color Harmonies of #428C0E
Complementary color
Monochromatic Colors of #428C0E
Black with #428C0E
Text Example
Text Example
White with #428C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C0E; }
p { color: rgb(66,140,14); }
H1.HeaderClassName
{
color: #428C0E;
}
.AnyTagClassName
{
color: #428C0E;
}
</style>
background-color css
<style>
a { background-color: #428C0E; }
a { background-color: rgb(66,140,14); }
div.DivClassName
{
background-color: #428C0E;
}
.BgClassName
{
background-color: #428C0E;
}
</style>
border-color css
<style>
span { border-color: #428C0E; }
span { border-color: rgb(66,140,14); }
td.TdClassName
{
border-color: #428C0E;
}
.TagClassName
{
border-color: #428C0E;
}
</style>