Shades of La Palma #3F942A
Tints of La Palma #3F942A
RGB
CMYK
RGB Variations
Color information
#3F942A (or 0x3F942A) is known color: La Palma. HEX triplet: 3F, 94 and 2A. RGB value is (63,148,42). Sum of RGB (Red+Green+Blue) = 63+148+42=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 148 (58.20% from 255 or 58.50% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 148 - color contains mainly: green. Hex color #3F942A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F942A is #C06BD5. Grayscale: #6E6E6E. Windows color (decimal): -12610518 or 2790463. OLE color: 2790463.
HSL color Cylindrical-coordinate representation of color #3F942A: hue angle of 108.11º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F942A is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 42 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.42 |
| HSL | 108.11º | 0.56% | 0.37% | - |
| HSV(B) | 108.11º | 0.72% | 0.58% | - |
| XYZ | 13.06 | 22.4 | 5.83 | - |
| YUV | 110.5 | 89.34 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 42 | 0.57 | 0 | 0.72 | 0.42 | 108.11 | 0.56 | 0.37 |
| Hex | 3F | 94 | 2A | 39 | 0 | 48 | 2A | 6C | 38 | 25 |
| Octal | 77 | 224 | 52 | 71 | 0 | 110 | 52 | 154 | 70 | 45 |
| Binary | 111111 | 10010100 | 101010 | 111001 | 0 | 1001000 | 101010 | 1101100 | 111000 | 100101 |
Color Harmonies of #3F942A
Complementary color
Monochromatic Colors of #3F942A
Black with #3F942A
Text Example
Text Example
White with #3F942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F942A; }
p { color: rgb(63,148,42); }
H1.HeaderClassName
{
color: #3F942A;
}
.AnyTagClassName
{
color: #3F942A;
}
</style>
background-color css
<style>
a { background-color: #3F942A; }
a { background-color: rgb(63,148,42); }
div.DivClassName
{
background-color: #3F942A;
}
.BgClassName
{
background-color: #3F942A;
}
</style>
border-color css
<style>
span { border-color: #3F942A; }
span { border-color: rgb(63,148,42); }
td.TdClassName
{
border-color: #3F942A;
}
.TagClassName
{
border-color: #3F942A;
}
</style>