Shades of La Palma #398D2B
Tints of La Palma #398D2B
RGB
CMYK
RGB Variations
Color information
#398D2B (or 0x398D2B) is known color: La Palma. HEX triplet: 39, 8D and 2B. RGB value is (57,141,43). Sum of RGB (Red+Green+Blue) = 57+141+43=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #398D2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398D2B is #C672D4. Grayscale: #696969. Windows color (decimal): -13005525 or 2854201. OLE color: 2854201.
HSL color Cylindrical-coordinate representation of color #398D2B: hue angle of 111.43º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #398D2B is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 141 | 43 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.45 |
| HSL | 111.43º | 0.53% | 0.36% | - |
| HSV(B) | 111.43º | 0.7% | 0.55% | - |
| XYZ | 11.65 | 20.09 | 5.55 | - |
| YUV | 104.71 | 93.17 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 43 | 0.60 | 0 | 0.70 | 0.45 | 111.43 | 0.53 | 0.36 |
| Hex | 39 | 8D | 2B | 3C | 0 | 46 | 2D | 6F | 35 | 24 |
| Octal | 71 | 215 | 53 | 74 | 0 | 106 | 55 | 157 | 65 | 44 |
| Binary | 111001 | 10001101 | 101011 | 111100 | 0 | 1000110 | 101101 | 1101111 | 110101 | 100100 |
Color Harmonies of #398D2B
Complementary color
Monochromatic Colors of #398D2B
Black with #398D2B
Text Example
Text Example
White with #398D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398D2B; }
p { color: rgb(57,141,43); }
H1.HeaderClassName
{
color: #398D2B;
}
.AnyTagClassName
{
color: #398D2B;
}
</style>
background-color css
<style>
a { background-color: #398D2B; }
a { background-color: rgb(57,141,43); }
div.DivClassName
{
background-color: #398D2B;
}
.BgClassName
{
background-color: #398D2B;
}
</style>
border-color css
<style>
span { border-color: #398D2B; }
span { border-color: rgb(57,141,43); }
td.TdClassName
{
border-color: #398D2B;
}
.TagClassName
{
border-color: #398D2B;
}
</style>