Shades of La Palma #3FA12F
Tints of La Palma #3FA12F
RGB
CMYK
RGB Variations
Color information
#3FA12F (or 0x3FA12F) is known color: La Palma. HEX triplet: 3F, A1 and 2F. RGB value is (63,161,47). Sum of RGB (Red+Green+Blue) = 63+161+47=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 161 (63.28% from 255 or 59.41% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 161 - color contains mainly: green. Hex color #3FA12F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA12F is #C05ED0. Grayscale: #777777. Windows color (decimal): -12607185 or 3121471. OLE color: 3121471.
HSL color Cylindrical-coordinate representation of color #3FA12F: hue angle of 111.58º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FA12F is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 161 | 47 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.37 |
| HSL | 111.58º | 0.55% | 0.41% | - |
| HSV(B) | 111.58º | 0.71% | 0.63% | - |
| XYZ | 15.31 | 26.75 | 7.05 | - |
| YUV | 118.7 | 87.53 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 47 | 0.61 | 0 | 0.71 | 0.37 | 111.58 | 0.55 | 0.41 |
| Hex | 3F | A1 | 2F | 3D | 0 | 47 | 25 | 70 | 37 | 29 |
| Octal | 77 | 241 | 57 | 75 | 0 | 107 | 45 | 160 | 67 | 51 |
| Binary | 111111 | 10100001 | 101111 | 111101 | 0 | 1000111 | 100101 | 1110000 | 110111 | 101001 |
Color Harmonies of #3FA12F
Complementary color
Monochromatic Colors of #3FA12F
Black with #3FA12F
Text Example
Text Example
White with #3FA12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA12F; }
p { color: rgb(63,161,47); }
H1.HeaderClassName
{
color: #3FA12F;
}
.AnyTagClassName
{
color: #3FA12F;
}
</style>
background-color css
<style>
a { background-color: #3FA12F; }
a { background-color: rgb(63,161,47); }
div.DivClassName
{
background-color: #3FA12F;
}
.BgClassName
{
background-color: #3FA12F;
}
</style>
border-color css
<style>
span { border-color: #3FA12F; }
span { border-color: rgb(63,161,47); }
td.TdClassName
{
border-color: #3FA12F;
}
.TagClassName
{
border-color: #3FA12F;
}
</style>