Shades of La Palma #399C2F
Tints of La Palma #399C2F
RGB
CMYK
RGB Variations
Color information
#399C2F (or 0x399C2F) is known color: La Palma. HEX triplet: 39, 9C and 2F. RGB value is (57,156,47). Sum of RGB (Red+Green+Blue) = 57+156+47=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 156 (61.33% from 255 or 60% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 156 - color contains mainly: green. Hex color #399C2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399C2F is #C663D0. Grayscale: #727272. Windows color (decimal): -13001681 or 3120185. OLE color: 3120185.
HSL color Cylindrical-coordinate representation of color #399C2F: hue angle of 114.5º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #399C2F is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 156 | 47 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.39 |
| HSL | 114.5º | 0.54% | 0.4% | - |
| HSV(B) | 114.5º | 0.7% | 0.61% | - |
| XYZ | 14.09 | 24.85 | 6.74 | - |
| YUV | 113.97 | 90.2 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 156 | 47 | 0.63 | 0 | 0.70 | 0.39 | 114.5 | 0.54 | 0.4 |
| Hex | 39 | 9C | 2F | 3F | 0 | 46 | 27 | 72 | 36 | 28 |
| Octal | 71 | 234 | 57 | 77 | 0 | 106 | 47 | 162 | 66 | 50 |
| Binary | 111001 | 10011100 | 101111 | 111111 | 0 | 1000110 | 100111 | 1110010 | 110110 | 101000 |
Color Harmonies of #399C2F
Complementary color
Monochromatic Colors of #399C2F
Black with #399C2F
Text Example
Text Example
White with #399C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399C2F; }
p { color: rgb(57,156,47); }
H1.HeaderClassName
{
color: #399C2F;
}
.AnyTagClassName
{
color: #399C2F;
}
</style>
background-color css
<style>
a { background-color: #399C2F; }
a { background-color: rgb(57,156,47); }
div.DivClassName
{
background-color: #399C2F;
}
.BgClassName
{
background-color: #399C2F;
}
</style>
border-color css
<style>
span { border-color: #399C2F; }
span { border-color: rgb(57,156,47); }
td.TdClassName
{
border-color: #399C2F;
}
.TagClassName
{
border-color: #399C2F;
}
</style>