Shades of La Palma #428A1C
Tints of La Palma #428A1C
RGB
CMYK
RGB Variations
Color information
#428A1C (or 0x428A1C) is known color: La Palma. HEX triplet: 42, 8A and 1C. RGB value is (66,138,28). Sum of RGB (Red+Green+Blue) = 66+138+28=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 138 (54.30% from 255 or 59.48% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 138 - color contains mainly: green. Hex color #428A1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428A1C is #BD75E3. Grayscale: #686868. Windows color (decimal): -12416484 or 1870402. OLE color: 1870402.
HSL color Cylindrical-coordinate representation of color #428A1C: hue angle of 99.27º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #428A1C is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 138 | 28 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.46 |
| HSL | 99.27º | 0.66% | 0.33% | - |
| HSV(B) | 99.27º | 0.8% | 0.54% | - |
| XYZ | 11.54 | 19.42 | 4.24 | - |
| YUV | 103.93 | 85.15 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 28 | 0.52 | 0 | 0.80 | 0.46 | 99.27 | 0.66 | 0.33 |
| Hex | 42 | 8A | 1C | 34 | 0 | 50 | 2E | 63 | 42 | 21 |
| Octal | 102 | 212 | 34 | 64 | 0 | 120 | 56 | 143 | 102 | 41 |
| Binary | 1000010 | 10001010 | 11100 | 110100 | 0 | 1010000 | 101110 | 1100011 | 1000010 | 100001 |
Color Harmonies of #428A1C
Complementary color
Monochromatic Colors of #428A1C
Black with #428A1C
Text Example
Text Example
White with #428A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428A1C; }
p { color: rgb(66,138,28); }
H1.HeaderClassName
{
color: #428A1C;
}
.AnyTagClassName
{
color: #428A1C;
}
</style>
background-color css
<style>
a { background-color: #428A1C; }
a { background-color: rgb(66,138,28); }
div.DivClassName
{
background-color: #428A1C;
}
.BgClassName
{
background-color: #428A1C;
}
</style>
border-color css
<style>
span { border-color: #428A1C; }
span { border-color: rgb(66,138,28); }
td.TdClassName
{
border-color: #428A1C;
}
.TagClassName
{
border-color: #428A1C;
}
</style>