Shades of La Palma #43982C
Tints of La Palma #43982C
RGB
CMYK
RGB Variations
Color information
#43982C (or 0x43982C) is known color: La Palma. HEX triplet: 43, 98 and 2C. RGB value is (67,152,44). Sum of RGB (Red+Green+Blue) = 67+152+44=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #43982C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43982C is #BC67D3. Grayscale: #727272. Windows color (decimal): -12347348 or 2922563. OLE color: 2922563.
HSL color Cylindrical-coordinate representation of color #43982C: hue angle of 107.22º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43982C is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 152 | 44 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.40 |
| HSL | 107.22º | 0.55% | 0.38% | - |
| HSV(B) | 107.22º | 0.71% | 0.6% | - |
| XYZ | 14 | 23.83 | 6.25 | - |
| YUV | 114.27 | 88.34 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 152 | 44 | 0.56 | 0 | 0.71 | 0.40 | 107.22 | 0.55 | 0.38 |
| Hex | 43 | 98 | 2C | 38 | 0 | 47 | 28 | 6B | 37 | 26 |
| Octal | 103 | 230 | 54 | 70 | 0 | 107 | 50 | 153 | 67 | 46 |
| Binary | 1000011 | 10011000 | 101100 | 111000 | 0 | 1000111 | 101000 | 1101011 | 110111 | 100110 |
Color Harmonies of #43982C
Complementary color
Monochromatic Colors of #43982C
Black with #43982C
Text Example
Text Example
White with #43982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43982C; }
p { color: rgb(67,152,44); }
H1.HeaderClassName
{
color: #43982C;
}
.AnyTagClassName
{
color: #43982C;
}
</style>
background-color css
<style>
a { background-color: #43982C; }
a { background-color: rgb(67,152,44); }
div.DivClassName
{
background-color: #43982C;
}
.BgClassName
{
background-color: #43982C;
}
</style>
border-color css
<style>
span { border-color: #43982C; }
span { border-color: rgb(67,152,44); }
td.TdClassName
{
border-color: #43982C;
}
.TagClassName
{
border-color: #43982C;
}
</style>