Shades of La Palma #3FA12D
Tints of La Palma #3FA12D
RGB
CMYK
RGB Variations
Color information
#3FA12D (or 0x3FA12D) is known color: La Palma. HEX triplet: 3F, A1 and 2D. RGB value is (63,161,45). Sum of RGB (Red+Green+Blue) = 63+161+45=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 161 (63.28% from 255 or 59.85% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 161 - color contains mainly: green. Hex color #3FA12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA12D is #C05ED2. Grayscale: #767676. Windows color (decimal): -12607187 or 2990399. OLE color: 2990399.
HSL color Cylindrical-coordinate representation of color #3FA12D: hue angle of 110.69º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FA12D is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 161 | 45 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.37 |
| HSL | 110.69º | 0.56% | 0.4% | - |
| HSV(B) | 110.69º | 0.72% | 0.63% | - |
| XYZ | 15.27 | 26.74 | 6.84 | - |
| YUV | 118.47 | 86.53 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 45 | 0.61 | 0 | 0.72 | 0.37 | 110.69 | 0.56 | 0.4 |
| Hex | 3F | A1 | 2D | 3D | 0 | 48 | 25 | 6F | 38 | 28 |
| Octal | 77 | 241 | 55 | 75 | 0 | 110 | 45 | 157 | 70 | 50 |
| Binary | 111111 | 10100001 | 101101 | 111101 | 0 | 1001000 | 100101 | 1101111 | 111000 | 101000 |
Color Harmonies of #3FA12D
Complementary color
Monochromatic Colors of #3FA12D
Black with #3FA12D
Text Example
Text Example
White with #3FA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA12D; }
p { color: rgb(63,161,45); }
H1.HeaderClassName
{
color: #3FA12D;
}
.AnyTagClassName
{
color: #3FA12D;
}
</style>
background-color css
<style>
a { background-color: #3FA12D; }
a { background-color: rgb(63,161,45); }
div.DivClassName
{
background-color: #3FA12D;
}
.BgClassName
{
background-color: #3FA12D;
}
</style>
border-color css
<style>
span { border-color: #3FA12D; }
span { border-color: rgb(63,161,45); }
td.TdClassName
{
border-color: #3FA12D;
}
.TagClassName
{
border-color: #3FA12D;
}
</style>