Shades of La Palma #388B2E
Tints of La Palma #388B2E
RGB
CMYK
RGB Variations
Color information
#388B2E (or 0x388B2E) is known color: La Palma. HEX triplet: 38, 8B and 2E. RGB value is (56,139,46). Sum of RGB (Red+Green+Blue) = 56+139+46=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #388B2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388B2E is #C774D1. Grayscale: #676767. Windows color (decimal): -13071570 or 3050296. OLE color: 3050296.
HSL color Cylindrical-coordinate representation of color #388B2E: hue angle of 113.55º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #388B2E is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 139 | 46 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.45 |
| HSL | 113.55º | 0.5% | 0.36% | - |
| HSV(B) | 113.55º | 0.67% | 0.55% | - |
| XYZ | 11.36 | 19.5 | 5.75 | - |
| YUV | 103.58 | 95.5 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 46 | 0.60 | 0 | 0.67 | 0.45 | 113.55 | 0.5 | 0.36 |
| Hex | 38 | 8B | 2E | 3C | 0 | 43 | 2D | 72 | 32 | 24 |
| Octal | 70 | 213 | 56 | 74 | 0 | 103 | 55 | 162 | 62 | 44 |
| Binary | 111000 | 10001011 | 101110 | 111100 | 0 | 1000011 | 101101 | 1110010 | 110010 | 100100 |
Color Harmonies of #388B2E
Complementary color
Monochromatic Colors of #388B2E
Black with #388B2E
Text Example
Text Example
White with #388B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388B2E; }
p { color: rgb(56,139,46); }
H1.HeaderClassName
{
color: #388B2E;
}
.AnyTagClassName
{
color: #388B2E;
}
</style>
background-color css
<style>
a { background-color: #388B2E; }
a { background-color: rgb(56,139,46); }
div.DivClassName
{
background-color: #388B2E;
}
.BgClassName
{
background-color: #388B2E;
}
</style>
border-color css
<style>
span { border-color: #388B2E; }
span { border-color: rgb(56,139,46); }
td.TdClassName
{
border-color: #388B2E;
}
.TagClassName
{
border-color: #388B2E;
}
</style>