Shades of La Palma #398B2F
Tints of La Palma #398B2F
RGB
CMYK
RGB Variations
Color information
#398B2F (or 0x398B2F) is known color: La Palma. HEX triplet: 39, 8B and 2F. RGB value is (57,139,47). Sum of RGB (Red+Green+Blue) = 57+139+47=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #398B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398B2F is #C674D0. Grayscale: #686868. Windows color (decimal): -13006033 or 3115833. OLE color: 3115833.
HSL color Cylindrical-coordinate representation of color #398B2F: hue angle of 113.48º 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 #398B2F is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 47 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.45 |
| HSL | 113.48º | 0.49% | 0.36% | - |
| HSV(B) | 113.48º | 0.66% | 0.55% | - |
| XYZ | 11.43 | 19.54 | 5.86 | - |
| YUV | 103.99 | 95.83 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 47 | 0.59 | 0 | 0.66 | 0.45 | 113.48 | 0.49 | 0.36 |
| Hex | 39 | 8B | 2F | 3B | 0 | 42 | 2D | 71 | 31 | 24 |
| Octal | 71 | 213 | 57 | 73 | 0 | 102 | 55 | 161 | 61 | 44 |
| Binary | 111001 | 10001011 | 101111 | 111011 | 0 | 1000010 | 101101 | 1110001 | 110001 | 100100 |
Color Harmonies of #398B2F
Complementary color
Monochromatic Colors of #398B2F
Black with #398B2F
Text Example
Text Example
White with #398B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B2F; }
p { color: rgb(57,139,47); }
H1.HeaderClassName
{
color: #398B2F;
}
.AnyTagClassName
{
color: #398B2F;
}
</style>
background-color css
<style>
a { background-color: #398B2F; }
a { background-color: rgb(57,139,47); }
div.DivClassName
{
background-color: #398B2F;
}
.BgClassName
{
background-color: #398B2F;
}
</style>
border-color css
<style>
span { border-color: #398B2F; }
span { border-color: rgb(57,139,47); }
td.TdClassName
{
border-color: #398B2F;
}
.TagClassName
{
border-color: #398B2F;
}
</style>