Shades of La Palma #428C19
Tints of La Palma #428C19
RGB
CMYK
RGB Variations
Color information
#428C19 (or 0x428C19) is known color: La Palma. HEX triplet: 42, 8C and 19. RGB value is (66,140,25). Sum of RGB (Red+Green+Blue) = 66+140+25=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 140 (55.08% from 255 or 60.61% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 140 - color contains mainly: green. Hex color #428C19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428C19 is #BD73E6. Grayscale: #696969. Windows color (decimal): -12415975 or 1674306. OLE color: 1674306.
HSL color Cylindrical-coordinate representation of color #428C19: hue angle of 98.61º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #428C19 is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 25 | - |
| CMYK | 0.53 | 0 | 0.82 | 0.45 |
| HSL | 98.61º | 0.7% | 0.32% | - |
| HSV(B) | 98.61º | 0.82% | 0.55% | - |
| XYZ | 11.8 | 19.98 | 4.16 | - |
| YUV | 104.76 | 82.98 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 25 | 0.53 | 0 | 0.82 | 0.45 | 98.61 | 0.7 | 0.32 |
| Hex | 42 | 8C | 19 | 35 | 0 | 52 | 2D | 63 | 46 | 20 |
| Octal | 102 | 214 | 31 | 65 | 0 | 122 | 55 | 143 | 106 | 40 |
| Binary | 1000010 | 10001100 | 11001 | 110101 | 0 | 1010010 | 101101 | 1100011 | 1000110 | 100000 |
Color Harmonies of #428C19
Complementary color
Monochromatic Colors of #428C19
Black with #428C19
Text Example
Text Example
White with #428C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C19; }
p { color: rgb(66,140,25); }
H1.HeaderClassName
{
color: #428C19;
}
.AnyTagClassName
{
color: #428C19;
}
</style>
background-color css
<style>
a { background-color: #428C19; }
a { background-color: rgb(66,140,25); }
div.DivClassName
{
background-color: #428C19;
}
.BgClassName
{
background-color: #428C19;
}
</style>
border-color css
<style>
span { border-color: #428C19; }
span { border-color: rgb(66,140,25); }
td.TdClassName
{
border-color: #428C19;
}
.TagClassName
{
border-color: #428C19;
}
</style>