Shades of La Palma #3F942D
Tints of La Palma #3F942D
RGB
CMYK
RGB Variations
Color information
#3F942D (or 0x3F942D) is known color: La Palma. HEX triplet: 3F, 94 and 2D. RGB value is (63,148,45). Sum of RGB (Red+Green+Blue) = 63+148+45=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #3F942D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F942D is #C06BD2. Grayscale: #6F6F6F. Windows color (decimal): -12610515 or 2987071. OLE color: 2987071.
HSL color Cylindrical-coordinate representation of color #3F942D: hue angle of 109.51º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F942D is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 45 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.42 |
| HSL | 109.51º | 0.53% | 0.38% | - |
| HSV(B) | 109.51º | 0.7% | 0.58% | - |
| XYZ | 13.11 | 22.43 | 6.12 | - |
| YUV | 110.84 | 90.84 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 45 | 0.57 | 0 | 0.70 | 0.42 | 109.51 | 0.53 | 0.38 |
| Hex | 3F | 94 | 2D | 39 | 0 | 46 | 2A | 6E | 35 | 26 |
| Octal | 77 | 224 | 55 | 71 | 0 | 106 | 52 | 156 | 65 | 46 |
| Binary | 111111 | 10010100 | 101101 | 111001 | 0 | 1000110 | 101010 | 1101110 | 110101 | 100110 |
Color Harmonies of #3F942D
Complementary color
Monochromatic Colors of #3F942D
Black with #3F942D
Text Example
Text Example
White with #3F942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F942D; }
p { color: rgb(63,148,45); }
H1.HeaderClassName
{
color: #3F942D;
}
.AnyTagClassName
{
color: #3F942D;
}
</style>
background-color css
<style>
a { background-color: #3F942D; }
a { background-color: rgb(63,148,45); }
div.DivClassName
{
background-color: #3F942D;
}
.BgClassName
{
background-color: #3F942D;
}
</style>
border-color css
<style>
span { border-color: #3F942D; }
span { border-color: rgb(63,148,45); }
td.TdClassName
{
border-color: #3F942D;
}
.TagClassName
{
border-color: #3F942D;
}
</style>