Shades of La Palma #428C38
Tints of La Palma #428C38
RGB
CMYK
RGB Variations
Color information
#428C38 (or 0x428C38) is known color: La Palma. HEX triplet: 42, 8C and 38. RGB value is (66,140,56). Sum of RGB (Red+Green+Blue) = 66+140+56=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 140 (55.08% from 255 or 53.44% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 140 - color contains mainly: green. Hex color #428C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428C38 is #BD73C7. Grayscale: #6C6C6C. Windows color (decimal): -12415944 or 3705922. OLE color: 3705922.
HSL color Cylindrical-coordinate representation of color #428C38: hue angle of 112.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #428C38 is Cyan = 0.53, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 56 | - |
| CMYK | 0.53 | 0 | 0.6 | 0.45 |
| HSL | 112.86º | 0.43% | 0.38% | - |
| HSV(B) | 112.86º | 0.6% | 0.55% | - |
| XYZ | 12.34 | 20.2 | 6.99 | - |
| YUV | 108.3 | 98.48 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 56 | 0.53 | 0 | 0.6 | 0.45 | 112.86 | 0.43 | 0.38 |
| Hex | 42 | 8C | 38 | 35 | 0 | 3C | 2D | 71 | 2B | 26 |
| Octal | 102 | 214 | 70 | 65 | 0 | 74 | 55 | 161 | 53 | 46 |
| Binary | 1000010 | 10001100 | 111000 | 110101 | 0 | 111100 | 101101 | 1110001 | 101011 | 100110 |
Color Harmonies of #428C38
Complementary color
Monochromatic Colors of #428C38
Black with #428C38
Text Example
Text Example
White with #428C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C38; }
p { color: rgb(66,140,56); }
H1.HeaderClassName
{
color: #428C38;
}
.AnyTagClassName
{
color: #428C38;
}
</style>
background-color css
<style>
a { background-color: #428C38; }
a { background-color: rgb(66,140,56); }
div.DivClassName
{
background-color: #428C38;
}
.BgClassName
{
background-color: #428C38;
}
</style>
border-color css
<style>
span { border-color: #428C38; }
span { border-color: rgb(66,140,56); }
td.TdClassName
{
border-color: #428C38;
}
.TagClassName
{
border-color: #428C38;
}
</style>