Shades of La Palma #428A15
Tints of La Palma #428A15
RGB
CMYK
RGB Variations
Color information
#428A15 (or 0x428A15) is known color: La Palma. HEX triplet: 42, 8A and 15. RGB value is (66,138,21). Sum of RGB (Red+Green+Blue) = 66+138+21=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 138 (54.30% from 255 or 61.33% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 138 - color contains mainly: green. Hex color #428A15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428A15 is #BD75EA. Grayscale: #676767. Windows color (decimal): -12416491 or 1411650. OLE color: 1411650.
HSL color Cylindrical-coordinate representation of color #428A15: hue angle of 96.92º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #428A15 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 138 | 21 | - |
| CMYK | 0.52 | 0 | 0.85 | 0.46 |
| HSL | 96.92º | 0.74% | 0.31% | - |
| HSV(B) | 96.92º | 0.85% | 0.54% | - |
| XYZ | 11.47 | 19.39 | 3.85 | - |
| YUV | 103.13 | 81.65 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 21 | 0.52 | 0 | 0.85 | 0.46 | 96.92 | 0.74 | 0.31 |
| Hex | 42 | 8A | 15 | 34 | 0 | 55 | 2E | 61 | 4A | 1F |
| Octal | 102 | 212 | 25 | 64 | 0 | 125 | 56 | 141 | 112 | 37 |
| Binary | 1000010 | 10001010 | 10101 | 110100 | 0 | 1010101 | 101110 | 1100001 | 1001010 | 11111 |
Color Harmonies of #428A15
Complementary color
Monochromatic Colors of #428A15
Black with #428A15
Text Example
Text Example
White with #428A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428A15; }
p { color: rgb(66,138,21); }
H1.HeaderClassName
{
color: #428A15;
}
.AnyTagClassName
{
color: #428A15;
}
</style>
background-color css
<style>
a { background-color: #428A15; }
a { background-color: rgb(66,138,21); }
div.DivClassName
{
background-color: #428A15;
}
.BgClassName
{
background-color: #428A15;
}
</style>
border-color css
<style>
span { border-color: #428A15; }
span { border-color: rgb(66,138,21); }
td.TdClassName
{
border-color: #428A15;
}
.TagClassName
{
border-color: #428A15;
}
</style>