Shades of La Palma #428B26
Tints of La Palma #428B26
RGB
CMYK
RGB Variations
Color information
#428B26 (or 0x428B26) is known color: La Palma. HEX triplet: 42, 8B and 26. RGB value is (66,139,38). Sum of RGB (Red+Green+Blue) = 66+139+38=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #428B26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428B26 is #BD74D9. Grayscale: #696969. Windows color (decimal): -12416218 or 2526018. OLE color: 2526018.
HSL color Cylindrical-coordinate representation of color #428B26: hue angle of 103.37º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #428B26 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 139 | 38 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.45 |
| HSL | 103.37º | 0.57% | 0.35% | - |
| HSV(B) | 103.37º | 0.73% | 0.55% | - |
| XYZ | 11.83 | 19.76 | 5.02 | - |
| YUV | 105.66 | 89.82 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 38 | 0.53 | 0 | 0.73 | 0.45 | 103.37 | 0.57 | 0.35 |
| Hex | 42 | 8B | 26 | 35 | 0 | 49 | 2D | 67 | 39 | 23 |
| Octal | 102 | 213 | 46 | 65 | 0 | 111 | 55 | 147 | 71 | 43 |
| Binary | 1000010 | 10001011 | 100110 | 110101 | 0 | 1001001 | 101101 | 1100111 | 111001 | 100011 |
Color Harmonies of #428B26
Complementary color
Monochromatic Colors of #428B26
Black with #428B26
Text Example
Text Example
White with #428B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428B26; }
p { color: rgb(66,139,38); }
H1.HeaderClassName
{
color: #428B26;
}
.AnyTagClassName
{
color: #428B26;
}
</style>
background-color css
<style>
a { background-color: #428B26; }
a { background-color: rgb(66,139,38); }
div.DivClassName
{
background-color: #428B26;
}
.BgClassName
{
background-color: #428B26;
}
</style>
border-color css
<style>
span { border-color: #428B26; }
span { border-color: rgb(66,139,38); }
td.TdClassName
{
border-color: #428B26;
}
.TagClassName
{
border-color: #428B26;
}
</style>