Shades of La Palma #388D2E
Tints of La Palma #388D2E
RGB
CMYK
RGB Variations
Color information
#388D2E (or 0x388D2E) is known color: La Palma. HEX triplet: 38, 8D and 2E. RGB value is (56,141,46). Sum of RGB (Red+Green+Blue) = 56+141+46=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 141 (55.47% from 255 or 58.02% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 141 - color contains mainly: green. Hex color #388D2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388D2E is #C772D1. Grayscale: #696969. Windows color (decimal): -13071058 or 3050808. OLE color: 3050808.
HSL color Cylindrical-coordinate representation of color #388D2E: hue angle of 113.68º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #388D2E is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 141 | 46 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.45 |
| HSL | 113.68º | 0.51% | 0.37% | - |
| HSV(B) | 113.68º | 0.67% | 0.55% | - |
| XYZ | 11.65 | 20.09 | 5.85 | - |
| YUV | 104.76 | 94.84 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 46 | 0.60 | 0 | 0.67 | 0.45 | 113.68 | 0.51 | 0.37 |
| Hex | 38 | 8D | 2E | 3C | 0 | 43 | 2D | 72 | 33 | 25 |
| Octal | 70 | 215 | 56 | 74 | 0 | 103 | 55 | 162 | 63 | 45 |
| Binary | 111000 | 10001101 | 101110 | 111100 | 0 | 1000011 | 101101 | 1110010 | 110011 | 100101 |
Color Harmonies of #388D2E
Complementary color
Monochromatic Colors of #388D2E
Black with #388D2E
Text Example
Text Example
White with #388D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388D2E; }
p { color: rgb(56,141,46); }
H1.HeaderClassName
{
color: #388D2E;
}
.AnyTagClassName
{
color: #388D2E;
}
</style>
background-color css
<style>
a { background-color: #388D2E; }
a { background-color: rgb(56,141,46); }
div.DivClassName
{
background-color: #388D2E;
}
.BgClassName
{
background-color: #388D2E;
}
</style>
border-color css
<style>
span { border-color: #388D2E; }
span { border-color: rgb(56,141,46); }
td.TdClassName
{
border-color: #388D2E;
}
.TagClassName
{
border-color: #388D2E;
}
</style>