Shades of La Palma #43982A
Tints of La Palma #43982A
RGB
CMYK
RGB Variations
Color information
#43982A (or 0x43982A) is known color: La Palma. HEX triplet: 43, 98 and 2A. RGB value is (67,152,42). Sum of RGB (Red+Green+Blue) = 67+152+42=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #43982A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43982A is #BC67D5. Grayscale: #727272. Windows color (decimal): -12347350 or 2791491. OLE color: 2791491.
HSL color Cylindrical-coordinate representation of color #43982A: hue angle of 106.36º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43982A is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 152 | 42 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.40 |
| HSL | 106.36º | 0.57% | 0.38% | - |
| HSV(B) | 106.36º | 0.72% | 0.6% | - |
| XYZ | 13.96 | 23.82 | 6.05 | - |
| YUV | 114.05 | 87.34 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 152 | 42 | 0.56 | 0 | 0.72 | 0.40 | 106.36 | 0.57 | 0.38 |
| Hex | 43 | 98 | 2A | 38 | 0 | 48 | 28 | 6A | 39 | 26 |
| Octal | 103 | 230 | 52 | 70 | 0 | 110 | 50 | 152 | 71 | 46 |
| Binary | 1000011 | 10011000 | 101010 | 111000 | 0 | 1001000 | 101000 | 1101010 | 111001 | 100110 |
Color Harmonies of #43982A
Complementary color
Monochromatic Colors of #43982A
Black with #43982A
Text Example
Text Example
White with #43982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43982A; }
p { color: rgb(67,152,42); }
H1.HeaderClassName
{
color: #43982A;
}
.AnyTagClassName
{
color: #43982A;
}
</style>
background-color css
<style>
a { background-color: #43982A; }
a { background-color: rgb(67,152,42); }
div.DivClassName
{
background-color: #43982A;
}
.BgClassName
{
background-color: #43982A;
}
</style>
border-color css
<style>
span { border-color: #43982A; }
span { border-color: rgb(67,152,42); }
td.TdClassName
{
border-color: #43982A;
}
.TagClassName
{
border-color: #43982A;
}
</style>