Shades of La Palma #428B1B
Tints of La Palma #428B1B
RGB
CMYK
RGB Variations
Color information
#428B1B (or 0x428B1B) is known color: La Palma. HEX triplet: 42, 8B and 1B. RGB value is (66,139,27). Sum of RGB (Red+Green+Blue) = 66+139+27=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #428B1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428B1B is #BD74E4. Grayscale: #686868. Windows color (decimal): -12416229 or 1805122. OLE color: 1805122.
HSL color Cylindrical-coordinate representation of color #428B1B: hue angle of 99.11º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #428B1B is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 139 | 27 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.45 |
| HSL | 99.11º | 0.67% | 0.33% | - |
| HSV(B) | 99.11º | 0.81% | 0.55% | - |
| XYZ | 11.68 | 19.7 | 4.22 | - |
| YUV | 104.41 | 84.32 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 27 | 0.53 | 0 | 0.81 | 0.45 | 99.11 | 0.67 | 0.33 |
| Hex | 42 | 8B | 1B | 35 | 0 | 51 | 2D | 63 | 43 | 21 |
| Octal | 102 | 213 | 33 | 65 | 0 | 121 | 55 | 143 | 103 | 41 |
| Binary | 1000010 | 10001011 | 11011 | 110101 | 0 | 1010001 | 101101 | 1100011 | 1000011 | 100001 |
Color Harmonies of #428B1B
Complementary color
Monochromatic Colors of #428B1B
Black with #428B1B
Text Example
Text Example
White with #428B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428B1B; }
p { color: rgb(66,139,27); }
H1.HeaderClassName
{
color: #428B1B;
}
.AnyTagClassName
{
color: #428B1B;
}
</style>
background-color css
<style>
a { background-color: #428B1B; }
a { background-color: rgb(66,139,27); }
div.DivClassName
{
background-color: #428B1B;
}
.BgClassName
{
background-color: #428B1B;
}
</style>
border-color css
<style>
span { border-color: #428B1B; }
span { border-color: rgb(66,139,27); }
td.TdClassName
{
border-color: #428B1B;
}
.TagClassName
{
border-color: #428B1B;
}
</style>