Shades of La Palma #388B2F
Tints of La Palma #388B2F
RGB
CMYK
RGB Variations
Color information
#388B2F (or 0x388B2F) is known color: La Palma. HEX triplet: 38, 8B and 2F. RGB value is (56,139,47). Sum of RGB (Red+Green+Blue) = 56+139+47=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #388B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388B2F is #C774D0. Grayscale: #676767. Windows color (decimal): -13071569 or 3115832. OLE color: 3115832.
HSL color Cylindrical-coordinate representation of color #388B2F: hue angle of 114.13º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #388B2F is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 139 | 47 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.45 |
| HSL | 114.13º | 0.49% | 0.36% | - |
| HSV(B) | 114.13º | 0.66% | 0.55% | - |
| XYZ | 11.38 | 19.51 | 5.86 | - |
| YUV | 103.7 | 96 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 47 | 0.60 | 0 | 0.66 | 0.45 | 114.13 | 0.49 | 0.36 |
| Hex | 38 | 8B | 2F | 3C | 0 | 42 | 2D | 72 | 31 | 24 |
| Octal | 70 | 213 | 57 | 74 | 0 | 102 | 55 | 162 | 61 | 44 |
| Binary | 111000 | 10001011 | 101111 | 111100 | 0 | 1000010 | 101101 | 1110010 | 110001 | 100100 |
Color Harmonies of #388B2F
Complementary color
Monochromatic Colors of #388B2F
Black with #388B2F
Text Example
Text Example
White with #388B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388B2F; }
p { color: rgb(56,139,47); }
H1.HeaderClassName
{
color: #388B2F;
}
.AnyTagClassName
{
color: #388B2F;
}
</style>
background-color css
<style>
a { background-color: #388B2F; }
a { background-color: rgb(56,139,47); }
div.DivClassName
{
background-color: #388B2F;
}
.BgClassName
{
background-color: #388B2F;
}
</style>
border-color css
<style>
span { border-color: #388B2F; }
span { border-color: rgb(56,139,47); }
td.TdClassName
{
border-color: #388B2F;
}
.TagClassName
{
border-color: #388B2F;
}
</style>