Shades of La Palma #389D2A
Tints of La Palma #389D2A
RGB
CMYK
RGB Variations
Color information
#389D2A (or 0x389D2A) is known color: La Palma. HEX triplet: 38, 9D and 2A. RGB value is (56,157,42). Sum of RGB (Red+Green+Blue) = 56+157+42=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 157 (61.72% from 255 or 61.57% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 157 - color contains mainly: green. Hex color #389D2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389D2A is #C762D5. Grayscale: #727272. Windows color (decimal): -13066966 or 2792760. OLE color: 2792760.
HSL color Cylindrical-coordinate representation of color #389D2A: hue angle of 112.7º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #389D2A is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 157 | 42 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.38 |
| HSL | 112.7º | 0.58% | 0.39% | - |
| HSV(B) | 112.7º | 0.73% | 0.62% | - |
| XYZ | 14.11 | 25.12 | 6.3 | - |
| YUV | 113.69 | 87.54 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 42 | 0.64 | 0 | 0.73 | 0.38 | 112.7 | 0.58 | 0.39 |
| Hex | 38 | 9D | 2A | 40 | 0 | 49 | 26 | 71 | 3A | 27 |
| Octal | 70 | 235 | 52 | 100 | 0 | 111 | 46 | 161 | 72 | 47 |
| Binary | 111000 | 10011101 | 101010 | 1000000 | 0 | 1001001 | 100110 | 1110001 | 111010 | 100111 |
Color Harmonies of #389D2A
Complementary color
Monochromatic Colors of #389D2A
Black with #389D2A
Text Example
Text Example
White with #389D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389D2A; }
p { color: rgb(56,157,42); }
H1.HeaderClassName
{
color: #389D2A;
}
.AnyTagClassName
{
color: #389D2A;
}
</style>
background-color css
<style>
a { background-color: #389D2A; }
a { background-color: rgb(56,157,42); }
div.DivClassName
{
background-color: #389D2A;
}
.BgClassName
{
background-color: #389D2A;
}
</style>
border-color css
<style>
span { border-color: #389D2A; }
span { border-color: rgb(56,157,42); }
td.TdClassName
{
border-color: #389D2A;
}
.TagClassName
{
border-color: #389D2A;
}
</style>