Shades of La Palma #399D2F
Tints of La Palma #399D2F
RGB
CMYK
RGB Variations
Color information
#399D2F (or 0x399D2F) is known color: La Palma. HEX triplet: 39, 9D and 2F. RGB value is (57,157,47). Sum of RGB (Red+Green+Blue) = 57+157+47=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 157 (61.72% from 255 or 60.15% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 157 - color contains mainly: green. Hex color #399D2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399D2F is #C662D0. Grayscale: #727272. Windows color (decimal): -13001425 or 3120441. OLE color: 3120441.
HSL color Cylindrical-coordinate representation of color #399D2F: hue angle of 114.55º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #399D2F is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 157 | 47 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.38 |
| HSL | 114.55º | 0.54% | 0.4% | - |
| HSV(B) | 114.55º | 0.7% | 0.62% | - |
| XYZ | 14.26 | 25.19 | 6.8 | - |
| YUV | 114.56 | 89.87 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 157 | 47 | 0.64 | 0 | 0.70 | 0.38 | 114.55 | 0.54 | 0.4 |
| Hex | 39 | 9D | 2F | 40 | 0 | 46 | 26 | 73 | 36 | 28 |
| Octal | 71 | 235 | 57 | 100 | 0 | 106 | 46 | 163 | 66 | 50 |
| Binary | 111001 | 10011101 | 101111 | 1000000 | 0 | 1000110 | 100110 | 1110011 | 110110 | 101000 |
Color Harmonies of #399D2F
Complementary color
Monochromatic Colors of #399D2F
Black with #399D2F
Text Example
Text Example
White with #399D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399D2F; }
p { color: rgb(57,157,47); }
H1.HeaderClassName
{
color: #399D2F;
}
.AnyTagClassName
{
color: #399D2F;
}
</style>
background-color css
<style>
a { background-color: #399D2F; }
a { background-color: rgb(57,157,47); }
div.DivClassName
{
background-color: #399D2F;
}
.BgClassName
{
background-color: #399D2F;
}
</style>
border-color css
<style>
span { border-color: #399D2F; }
span { border-color: rgb(57,157,47); }
td.TdClassName
{
border-color: #399D2F;
}
.TagClassName
{
border-color: #399D2F;
}
</style>