Shades of La Palma #339D1F
Tints of La Palma #339D1F
RGB
CMYK
RGB Variations
Color information
#339D1F (or 0x339D1F) is known color: La Palma. HEX triplet: 33, 9D and 1F. RGB value is (51,157,31). Sum of RGB (Red+Green+Blue) = 51+157+31=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 157 (61.72% from 255 or 65.69% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 157 - color contains mainly: green. Hex color #339D1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #339D1F is #CC62E0. Grayscale: #6F6F6F. Windows color (decimal): -13394657 or 2071859. OLE color: 2071859.
HSL color Cylindrical-coordinate representation of color #339D1F: hue angle of 110.48º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #339D1F is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 157 | 31 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.38 |
| HSL | 110.48º | 0.67% | 0.37% | - |
| HSV(B) | 110.48º | 0.8% | 0.62% | - |
| XYZ | 13.67 | 24.92 | 5.39 | - |
| YUV | 110.94 | 82.88 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 157 | 31 | 0.68 | 0 | 0.80 | 0.38 | 110.48 | 0.67 | 0.37 |
| Hex | 33 | 9D | 1F | 44 | 0 | 50 | 26 | 6E | 43 | 25 |
| Octal | 63 | 235 | 37 | 104 | 0 | 120 | 46 | 156 | 103 | 45 |
| Binary | 110011 | 10011101 | 11111 | 1000100 | 0 | 1010000 | 100110 | 1101110 | 1000011 | 100101 |
Color Harmonies of #339D1F
Complementary color
Monochromatic Colors of #339D1F
Black with #339D1F
Text Example
Text Example
White with #339D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339D1F; }
p { color: rgb(51,157,31); }
H1.HeaderClassName
{
color: #339D1F;
}
.AnyTagClassName
{
color: #339D1F;
}
</style>
background-color css
<style>
a { background-color: #339D1F; }
a { background-color: rgb(51,157,31); }
div.DivClassName
{
background-color: #339D1F;
}
.BgClassName
{
background-color: #339D1F;
}
</style>
border-color css
<style>
span { border-color: #339D1F; }
span { border-color: rgb(51,157,31); }
td.TdClassName
{
border-color: #339D1F;
}
.TagClassName
{
border-color: #339D1F;
}
</style>