Shades of La Palma #428A0A
Tints of La Palma #428A0A
RGB
CMYK
RGB Variations
Color information
#428A0A (or 0x428A0A) is known color: La Palma. HEX triplet: 42, 8A and 0A. RGB value is (66,138,10). Sum of RGB (Red+Green+Blue) = 66+138+10=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 138 (54.30% from 255 or 64.49% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 138 - color contains mainly: green. Hex color #428A0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428A0A is #BD75F5. Grayscale: #666666. Windows color (decimal): -12416502 or 690754. OLE color: 690754.
HSL color Cylindrical-coordinate representation of color #428A0A: hue angle of 93.75º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #428A0A is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 138 | 10 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.46 |
| HSL | 93.75º | 0.86% | 0.29% | - |
| HSV(B) | 93.75º | 0.93% | 0.54% | - |
| XYZ | 11.39 | 19.36 | 3.42 | - |
| YUV | 101.88 | 76.15 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 10 | 0.52 | 0 | 0.93 | 0.46 | 93.75 | 0.86 | 0.29 |
| Hex | 42 | 8A | A | 34 | 0 | 5D | 2E | 5E | 56 | 1D |
| Octal | 102 | 212 | 12 | 64 | 0 | 135 | 56 | 136 | 126 | 35 |
| Binary | 1000010 | 10001010 | 1010 | 110100 | 0 | 1011101 | 101110 | 1011110 | 1010110 | 11101 |
Color Harmonies of #428A0A
Complementary color
Monochromatic Colors of #428A0A
Black with #428A0A
Text Example
Text Example
White with #428A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428A0A; }
p { color: rgb(66,138,10); }
H1.HeaderClassName
{
color: #428A0A;
}
.AnyTagClassName
{
color: #428A0A;
}
</style>
background-color css
<style>
a { background-color: #428A0A; }
a { background-color: rgb(66,138,10); }
div.DivClassName
{
background-color: #428A0A;
}
.BgClassName
{
background-color: #428A0A;
}
</style>
border-color css
<style>
span { border-color: #428A0A; }
span { border-color: rgb(66,138,10); }
td.TdClassName
{
border-color: #428A0A;
}
.TagClassName
{
border-color: #428A0A;
}
</style>