Shades of La Palma #428F1A
Tints of La Palma #428F1A
RGB
CMYK
RGB Variations
Color information
#428F1A (or 0x428F1A) is known color: La Palma. HEX triplet: 42, 8F and 1A. RGB value is (66,143,26). Sum of RGB (Red+Green+Blue) = 66+143+26=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 143 (56.25% from 255 or 60.85% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 143 - color contains mainly: green. Hex color #428F1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428F1A is #BD70E5. Grayscale: #6B6B6B. Windows color (decimal): -12415206 or 1740610. OLE color: 1740610.
HSL color Cylindrical-coordinate representation of color #428F1A: hue angle of 99.49º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #428F1A is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 143 | 26 | - |
| CMYK | 0.54 | 0 | 0.82 | 0.44 |
| HSL | 99.49º | 0.69% | 0.33% | - |
| HSV(B) | 99.49º | 0.82% | 0.56% | - |
| XYZ | 12.26 | 20.88 | 4.36 | - |
| YUV | 106.64 | 82.49 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 26 | 0.54 | 0 | 0.82 | 0.44 | 99.49 | 0.69 | 0.33 |
| Hex | 42 | 8F | 1A | 36 | 0 | 52 | 2C | 63 | 45 | 21 |
| Octal | 102 | 217 | 32 | 66 | 0 | 122 | 54 | 143 | 105 | 41 |
| Binary | 1000010 | 10001111 | 11010 | 110110 | 0 | 1010010 | 101100 | 1100011 | 1000101 | 100001 |
Color Harmonies of #428F1A
Complementary color
Monochromatic Colors of #428F1A
Black with #428F1A
Text Example
Text Example
White with #428F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428F1A; }
p { color: rgb(66,143,26); }
H1.HeaderClassName
{
color: #428F1A;
}
.AnyTagClassName
{
color: #428F1A;
}
</style>
background-color css
<style>
a { background-color: #428F1A; }
a { background-color: rgb(66,143,26); }
div.DivClassName
{
background-color: #428F1A;
}
.BgClassName
{
background-color: #428F1A;
}
</style>
border-color css
<style>
span { border-color: #428F1A; }
span { border-color: rgb(66,143,26); }
td.TdClassName
{
border-color: #428F1A;
}
.TagClassName
{
border-color: #428F1A;
}
</style>