Shades of La Palma #43A228
Tints of La Palma #43A228
RGB
CMYK
RGB Variations
Color information
#43A228 (or 0x43A228) is known color: La Palma. HEX triplet: 43, A2 and 28. RGB value is (67,162,40). Sum of RGB (Red+Green+Blue) = 67+162+40=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 162 (63.67% from 255 or 60.22% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 162 - color contains mainly: green. Hex color #43A228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43A228 is #BC5DD7. Grayscale: #787878. Windows color (decimal): -12344792 or 2662979. OLE color: 2662979.
HSL color Cylindrical-coordinate representation of color #43A228: hue angle of 106.72º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43A228 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 162 | 40 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.36 |
| HSL | 106.72º | 0.6% | 0.4% | - |
| HSV(B) | 106.72º | 0.75% | 0.64% | - |
| XYZ | 15.62 | 27.19 | 6.43 | - |
| YUV | 119.69 | 83.03 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 162 | 40 | 0.59 | 0 | 0.75 | 0.36 | 106.72 | 0.6 | 0.4 |
| Hex | 43 | A2 | 28 | 3B | 0 | 4B | 24 | 6B | 3C | 28 |
| Octal | 103 | 242 | 50 | 73 | 0 | 113 | 44 | 153 | 74 | 50 |
| Binary | 1000011 | 10100010 | 101000 | 111011 | 0 | 1001011 | 100100 | 1101011 | 111100 | 101000 |
Color Harmonies of #43A228
Complementary color
Monochromatic Colors of #43A228
Black with #43A228
Text Example
Text Example
White with #43A228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A228; }
p { color: rgb(67,162,40); }
H1.HeaderClassName
{
color: #43A228;
}
.AnyTagClassName
{
color: #43A228;
}
</style>
background-color css
<style>
a { background-color: #43A228; }
a { background-color: rgb(67,162,40); }
div.DivClassName
{
background-color: #43A228;
}
.BgClassName
{
background-color: #43A228;
}
</style>
border-color css
<style>
span { border-color: #43A228; }
span { border-color: rgb(67,162,40); }
td.TdClassName
{
border-color: #43A228;
}
.TagClassName
{
border-color: #43A228;
}
</style>