Shades of La Palma #41902F
Tints of La Palma #41902F
RGB
CMYK
RGB Variations
Color information
#41902F (or 0x41902F) is known color: La Palma. HEX triplet: 41, 90 and 2F. RGB value is (65,144,47). Sum of RGB (Red+Green+Blue) = 65+144+47=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #41902F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41902F is #BE6FD0. Grayscale: #6D6D6D. Windows color (decimal): -12480465 or 3117121. OLE color: 3117121.
HSL color Cylindrical-coordinate representation of color #41902F: hue angle of 108.87º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41902F is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 144 | 47 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.44 |
| HSL | 108.87º | 0.51% | 0.37% | - |
| HSV(B) | 108.87º | 0.67% | 0.56% | - |
| XYZ | 12.67 | 21.28 | 6.13 | - |
| YUV | 109.32 | 92.83 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 47 | 0.55 | 0 | 0.67 | 0.44 | 108.87 | 0.51 | 0.37 |
| Hex | 41 | 90 | 2F | 37 | 0 | 43 | 2C | 6D | 33 | 25 |
| Octal | 101 | 220 | 57 | 67 | 0 | 103 | 54 | 155 | 63 | 45 |
| Binary | 1000001 | 10010000 | 101111 | 110111 | 0 | 1000011 | 101100 | 1101101 | 110011 | 100101 |
Color Harmonies of #41902F
Complementary color
Monochromatic Colors of #41902F
Black with #41902F
Text Example
Text Example
White with #41902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41902F; }
p { color: rgb(65,144,47); }
H1.HeaderClassName
{
color: #41902F;
}
.AnyTagClassName
{
color: #41902F;
}
</style>
background-color css
<style>
a { background-color: #41902F; }
a { background-color: rgb(65,144,47); }
div.DivClassName
{
background-color: #41902F;
}
.BgClassName
{
background-color: #41902F;
}
</style>
border-color css
<style>
span { border-color: #41902F; }
span { border-color: rgb(65,144,47); }
td.TdClassName
{
border-color: #41902F;
}
.TagClassName
{
border-color: #41902F;
}
</style>