Shades of La Palma #388A2E
Tints of La Palma #388A2E
RGB
CMYK
RGB Variations
Color information
#388A2E (or 0x388A2E) is known color: La Palma. HEX triplet: 38, 8A and 2E. RGB value is (56,138,46). Sum of RGB (Red+Green+Blue) = 56+138+46=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #388A2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388A2E is #C775D1. Grayscale: #676767. Windows color (decimal): -13071826 or 3050040. OLE color: 3050040.
HSL color Cylindrical-coordinate representation of color #388A2E: hue angle of 113.48º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #388A2E is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 138 | 46 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.46 |
| HSL | 113.48º | 0.5% | 0.36% | - |
| HSV(B) | 113.48º | 0.67% | 0.54% | - |
| XYZ | 11.21 | 19.21 | 5.7 | - |
| YUV | 102.99 | 95.83 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 46 | 0.59 | 0 | 0.67 | 0.46 | 113.48 | 0.5 | 0.36 |
| Hex | 38 | 8A | 2E | 3B | 0 | 43 | 2E | 71 | 32 | 24 |
| Octal | 70 | 212 | 56 | 73 | 0 | 103 | 56 | 161 | 62 | 44 |
| Binary | 111000 | 10001010 | 101110 | 111011 | 0 | 1000011 | 101110 | 1110001 | 110010 | 100100 |
Color Harmonies of #388A2E
Complementary color
Monochromatic Colors of #388A2E
Black with #388A2E
Text Example
Text Example
White with #388A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A2E; }
p { color: rgb(56,138,46); }
H1.HeaderClassName
{
color: #388A2E;
}
.AnyTagClassName
{
color: #388A2E;
}
</style>
background-color css
<style>
a { background-color: #388A2E; }
a { background-color: rgb(56,138,46); }
div.DivClassName
{
background-color: #388A2E;
}
.BgClassName
{
background-color: #388A2E;
}
</style>
border-color css
<style>
span { border-color: #388A2E; }
span { border-color: rgb(56,138,46); }
td.TdClassName
{
border-color: #388A2E;
}
.TagClassName
{
border-color: #388A2E;
}
</style>