Shades of La Palma #428B2B
Tints of La Palma #428B2B
RGB
CMYK
RGB Variations
Color information
#428B2B (or 0x428B2B) is known color: La Palma. HEX triplet: 42, 8B and 2B. RGB value is (66,139,43). Sum of RGB (Red+Green+Blue) = 66+139+43=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 139 (54.69% from 255 or 56.05% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 139 - color contains mainly: green. Hex color #428B2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428B2B is #BD74D4. Grayscale: #6A6A6A. Windows color (decimal): -12416213 or 2853698. OLE color: 2853698.
HSL color Cylindrical-coordinate representation of color #428B2B: hue angle of 105.62º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #428B2B is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 139 | 43 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.45 |
| HSL | 105.63º | 0.53% | 0.36% | - |
| HSV(B) | 105.63º | 0.69% | 0.55% | - |
| XYZ | 11.92 | 19.8 | 5.48 | - |
| YUV | 106.23 | 92.32 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 43 | 0.53 | 0 | 0.69 | 0.45 | 105.63 | 0.53 | 0.36 |
| Hex | 42 | 8B | 2B | 35 | 0 | 45 | 2D | 6A | 35 | 24 |
| Octal | 102 | 213 | 53 | 65 | 0 | 105 | 55 | 152 | 65 | 44 |
| Binary | 1000010 | 10001011 | 101011 | 110101 | 0 | 1000101 | 101101 | 1101010 | 110101 | 100100 |
Color Harmonies of #428B2B
Complementary color
Monochromatic Colors of #428B2B
Black with #428B2B
Text Example
Text Example
White with #428B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428B2B; }
p { color: rgb(66,139,43); }
H1.HeaderClassName
{
color: #428B2B;
}
.AnyTagClassName
{
color: #428B2B;
}
</style>
background-color css
<style>
a { background-color: #428B2B; }
a { background-color: rgb(66,139,43); }
div.DivClassName
{
background-color: #428B2B;
}
.BgClassName
{
background-color: #428B2B;
}
</style>
border-color css
<style>
span { border-color: #428B2B; }
span { border-color: rgb(66,139,43); }
td.TdClassName
{
border-color: #428B2B;
}
.TagClassName
{
border-color: #428B2B;
}
</style>