Shades of La Palma #43A12D
Tints of La Palma #43A12D
RGB
CMYK
RGB Variations
Color information
#43A12D (or 0x43A12D) is known color: La Palma. HEX triplet: 43, A1 and 2D. RGB value is (67,161,45). Sum of RGB (Red+Green+Blue) = 67+161+45=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 161 (63.28% from 255 or 58.97% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 161 - color contains mainly: green. Hex color #43A12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43A12D is #BC5ED2. Grayscale: #787878. Windows color (decimal): -12345043 or 2990403. OLE color: 2990403.
HSL color Cylindrical-coordinate representation of color #43A12D: hue angle of 108.62º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43A12D is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 161 | 45 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.37 |
| HSL | 108.62º | 0.56% | 0.4% | - |
| HSV(B) | 108.62º | 0.72% | 0.63% | - |
| XYZ | 15.53 | 26.87 | 6.85 | - |
| YUV | 119.67 | 85.86 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 161 | 45 | 0.58 | 0 | 0.72 | 0.37 | 108.62 | 0.56 | 0.4 |
| Hex | 43 | A1 | 2D | 3A | 0 | 48 | 25 | 6D | 38 | 28 |
| Octal | 103 | 241 | 55 | 72 | 0 | 110 | 45 | 155 | 70 | 50 |
| Binary | 1000011 | 10100001 | 101101 | 111010 | 0 | 1001000 | 100101 | 1101101 | 111000 | 101000 |
Color Harmonies of #43A12D
Complementary color
Monochromatic Colors of #43A12D
Black with #43A12D
Text Example
Text Example
White with #43A12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A12D; }
p { color: rgb(67,161,45); }
H1.HeaderClassName
{
color: #43A12D;
}
.AnyTagClassName
{
color: #43A12D;
}
</style>
background-color css
<style>
a { background-color: #43A12D; }
a { background-color: rgb(67,161,45); }
div.DivClassName
{
background-color: #43A12D;
}
.BgClassName
{
background-color: #43A12D;
}
</style>
border-color css
<style>
span { border-color: #43A12D; }
span { border-color: rgb(67,161,45); }
td.TdClassName
{
border-color: #43A12D;
}
.TagClassName
{
border-color: #43A12D;
}
</style>