Shades of La Palma #388A29
Tints of La Palma #388A29
RGB
CMYK
RGB Variations
Color information
#388A29 (or 0x388A29) is known color: La Palma. HEX triplet: 38, 8A and 29. RGB value is (56,138,41). Sum of RGB (Red+Green+Blue) = 56+138+41=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 138 (54.30% from 255 or 58.72% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 138 - color contains mainly: green. Hex color #388A29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388A29 is #C775D6. Grayscale: #666666. Windows color (decimal): -13071831 or 2722360. OLE color: 2722360.
HSL color Cylindrical-coordinate representation of color #388A29: hue angle of 110.72º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #388A29 is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 138 | 41 | - |
| CMYK | 0.59 | 0 | 0.70 | 0.46 |
| HSL | 110.72º | 0.54% | 0.35% | - |
| HSV(B) | 110.72º | 0.7% | 0.54% | - |
| XYZ | 11.12 | 19.18 | 5.21 | - |
| YUV | 102.42 | 93.33 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 41 | 0.59 | 0 | 0.70 | 0.46 | 110.72 | 0.54 | 0.35 |
| Hex | 38 | 8A | 29 | 3B | 0 | 46 | 2E | 6F | 36 | 23 |
| Octal | 70 | 212 | 51 | 73 | 0 | 106 | 56 | 157 | 66 | 43 |
| Binary | 111000 | 10001010 | 101001 | 111011 | 0 | 1000110 | 101110 | 1101111 | 110110 | 100011 |
Color Harmonies of #388A29
Complementary color
Monochromatic Colors of #388A29
Black with #388A29
Text Example
Text Example
White with #388A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A29; }
p { color: rgb(56,138,41); }
H1.HeaderClassName
{
color: #388A29;
}
.AnyTagClassName
{
color: #388A29;
}
</style>
background-color css
<style>
a { background-color: #388A29; }
a { background-color: rgb(56,138,41); }
div.DivClassName
{
background-color: #388A29;
}
.BgClassName
{
background-color: #388A29;
}
</style>
border-color css
<style>
span { border-color: #388A29; }
span { border-color: rgb(56,138,41); }
td.TdClassName
{
border-color: #388A29;
}
.TagClassName
{
border-color: #388A29;
}
</style>