Shades of La Palma #428A19
Tints of La Palma #428A19
RGB
CMYK
RGB Variations
Color information
#428A19 (or 0x428A19) is known color: La Palma. HEX triplet: 42, 8A and 19. RGB value is (66,138,25). Sum of RGB (Red+Green+Blue) = 66+138+25=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 138 (54.30% from 255 or 60.26% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 138 - color contains mainly: green. Hex color #428A19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428A19 is #BD75E6. Grayscale: #676767. Windows color (decimal): -12416487 or 1673794. OLE color: 1673794.
HSL color Cylindrical-coordinate representation of color #428A19: hue angle of 98.23º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #428A19 is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 138 | 25 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.46 |
| HSL | 98.23º | 0.69% | 0.32% | - |
| HSV(B) | 98.23º | 0.82% | 0.54% | - |
| XYZ | 11.51 | 19.41 | 4.06 | - |
| YUV | 103.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 25 | 0.52 | 0 | 0.82 | 0.46 | 98.23 | 0.69 | 0.32 |
| Hex | 42 | 8A | 19 | 34 | 0 | 52 | 2E | 62 | 45 | 20 |
| Octal | 102 | 212 | 31 | 64 | 0 | 122 | 56 | 142 | 105 | 40 |
| Binary | 1000010 | 10001010 | 11001 | 110100 | 0 | 1010010 | 101110 | 1100010 | 1000101 | 100000 |
Color Harmonies of #428A19
Complementary color
Monochromatic Colors of #428A19
Black with #428A19
Text Example
Text Example
White with #428A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428A19; }
p { color: rgb(66,138,25); }
H1.HeaderClassName
{
color: #428A19;
}
.AnyTagClassName
{
color: #428A19;
}
</style>
background-color css
<style>
a { background-color: #428A19; }
a { background-color: rgb(66,138,25); }
div.DivClassName
{
background-color: #428A19;
}
.BgClassName
{
background-color: #428A19;
}
</style>
border-color css
<style>
span { border-color: #428A19; }
span { border-color: rgb(66,138,25); }
td.TdClassName
{
border-color: #428A19;
}
.TagClassName
{
border-color: #428A19;
}
</style>