Shades of La Palma #388A2F
Tints of La Palma #388A2F
RGB
CMYK
RGB Variations
Color information
#388A2F (or 0x388A2F) is known color: La Palma. HEX triplet: 38, 8A and 2F. RGB value is (56,138,47). Sum of RGB (Red+Green+Blue) = 56+138+47=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #388A2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388A2F is #C775D0. Grayscale: #676767. Windows color (decimal): -13071825 or 3115576. OLE color: 3115576.
HSL color Cylindrical-coordinate representation of color #388A2F: hue angle of 114.07º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #388A2F is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 138 | 47 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.46 |
| HSL | 114.07º | 0.49% | 0.36% | - |
| HSV(B) | 114.07º | 0.66% | 0.54% | - |
| XYZ | 11.23 | 19.22 | 5.81 | - |
| YUV | 103.11 | 96.33 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 47 | 0.59 | 0 | 0.66 | 0.46 | 114.07 | 0.49 | 0.36 |
| Hex | 38 | 8A | 2F | 3B | 0 | 42 | 2E | 72 | 31 | 24 |
| Octal | 70 | 212 | 57 | 73 | 0 | 102 | 56 | 162 | 61 | 44 |
| Binary | 111000 | 10001010 | 101111 | 111011 | 0 | 1000010 | 101110 | 1110010 | 110001 | 100100 |
Color Harmonies of #388A2F
Complementary color
Monochromatic Colors of #388A2F
Black with #388A2F
Text Example
Text Example
White with #388A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A2F; }
p { color: rgb(56,138,47); }
H1.HeaderClassName
{
color: #388A2F;
}
.AnyTagClassName
{
color: #388A2F;
}
</style>
background-color css
<style>
a { background-color: #388A2F; }
a { background-color: rgb(56,138,47); }
div.DivClassName
{
background-color: #388A2F;
}
.BgClassName
{
background-color: #388A2F;
}
</style>
border-color css
<style>
span { border-color: #388A2F; }
span { border-color: rgb(56,138,47); }
td.TdClassName
{
border-color: #388A2F;
}
.TagClassName
{
border-color: #388A2F;
}
</style>