Shades of La Palma #428C17
Tints of La Palma #428C17
RGB
CMYK
RGB Variations
Color information
#428C17 (or 0x428C17) is known color: La Palma. HEX triplet: 42, 8C and 17. RGB value is (66,140,23). Sum of RGB (Red+Green+Blue) = 66+140+23=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 140 (55.08% from 255 or 61.14% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 140 - color contains mainly: green. Hex color #428C17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428C17 is #BD73E8. Grayscale: #686868. Windows color (decimal): -12415977 or 1543234. OLE color: 1543234.
HSL color Cylindrical-coordinate representation of color #428C17: hue angle of 97.95º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #428C17 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 23 | - |
| CMYK | 0.53 | 0 | 0.84 | 0.45 |
| HSL | 97.95º | 0.72% | 0.32% | - |
| HSV(B) | 97.95º | 0.84% | 0.55% | - |
| XYZ | 11.78 | 19.98 | 4.05 | - |
| YUV | 104.54 | 81.98 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 23 | 0.53 | 0 | 0.84 | 0.45 | 97.95 | 0.72 | 0.32 |
| Hex | 42 | 8C | 17 | 35 | 0 | 54 | 2D | 62 | 48 | 20 |
| Octal | 102 | 214 | 27 | 65 | 0 | 124 | 55 | 142 | 110 | 40 |
| Binary | 1000010 | 10001100 | 10111 | 110101 | 0 | 1010100 | 101101 | 1100010 | 1001000 | 100000 |
Color Harmonies of #428C17
Complementary color
Monochromatic Colors of #428C17
Black with #428C17
Text Example
Text Example
White with #428C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C17; }
p { color: rgb(66,140,23); }
H1.HeaderClassName
{
color: #428C17;
}
.AnyTagClassName
{
color: #428C17;
}
</style>
background-color css
<style>
a { background-color: #428C17; }
a { background-color: rgb(66,140,23); }
div.DivClassName
{
background-color: #428C17;
}
.BgClassName
{
background-color: #428C17;
}
</style>
border-color css
<style>
span { border-color: #428C17; }
span { border-color: rgb(66,140,23); }
td.TdClassName
{
border-color: #428C17;
}
.TagClassName
{
border-color: #428C17;
}
</style>