Shades of La Palma #41942F
Tints of La Palma #41942F
RGB
CMYK
RGB Variations
Color information
#41942F (or 0x41942F) is known color: La Palma. HEX triplet: 41, 94 and 2F. RGB value is (65,148,47). Sum of RGB (Red+Green+Blue) = 65+148+47=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #41942F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41942F is #BE6BD0. Grayscale: #6F6F6F. Windows color (decimal): -12479441 or 3118145. OLE color: 3118145.
HSL color Cylindrical-coordinate representation of color #41942F: hue angle of 109.31º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41942F is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 148 | 47 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.42 |
| HSL | 109.31º | 0.52% | 0.38% | - |
| HSV(B) | 109.31º | 0.68% | 0.58% | - |
| XYZ | 13.28 | 22.51 | 6.33 | - |
| YUV | 111.67 | 91.5 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 148 | 47 | 0.56 | 0 | 0.68 | 0.42 | 109.31 | 0.52 | 0.38 |
| Hex | 41 | 94 | 2F | 38 | 0 | 44 | 2A | 6D | 34 | 26 |
| Octal | 101 | 224 | 57 | 70 | 0 | 104 | 52 | 155 | 64 | 46 |
| Binary | 1000001 | 10010100 | 101111 | 111000 | 0 | 1000100 | 101010 | 1101101 | 110100 | 100110 |
Color Harmonies of #41942F
Complementary color
Monochromatic Colors of #41942F
Black with #41942F
Text Example
Text Example
White with #41942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41942F; }
p { color: rgb(65,148,47); }
H1.HeaderClassName
{
color: #41942F;
}
.AnyTagClassName
{
color: #41942F;
}
</style>
background-color css
<style>
a { background-color: #41942F; }
a { background-color: rgb(65,148,47); }
div.DivClassName
{
background-color: #41942F;
}
.BgClassName
{
background-color: #41942F;
}
</style>
border-color css
<style>
span { border-color: #41942F; }
span { border-color: rgb(65,148,47); }
td.TdClassName
{
border-color: #41942F;
}
.TagClassName
{
border-color: #41942F;
}
</style>