Shades of La Palma #4B942F
Tints of La Palma #4B942F
RGB
CMYK
RGB Variations
Color information
#4B942F (or 0x4B942F) is known color: La Palma. HEX triplet: 4B, 94 and 2F. RGB value is (75,148,47). Sum of RGB (Red+Green+Blue) = 75+148+47=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #4B942F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B942F is #B46BD0. Grayscale: #727272. Windows color (decimal): -11824081 or 3118155. OLE color: 3118155.
HSL color Cylindrical-coordinate representation of color #4B942F: hue angle of 103.37º 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 #4B942F is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 148 | 47 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.42 |
| HSL | 103.37º | 0.52% | 0.38% | - |
| HSV(B) | 103.37º | 0.68% | 0.58% | - |
| XYZ | 14 | 22.88 | 6.37 | - |
| YUV | 114.66 | 89.82 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 148 | 47 | 0.49 | 0 | 0.68 | 0.42 | 103.37 | 0.52 | 0.38 |
| Hex | 4B | 94 | 2F | 31 | 0 | 44 | 2A | 67 | 34 | 26 |
| Octal | 113 | 224 | 57 | 61 | 0 | 104 | 52 | 147 | 64 | 46 |
| Binary | 1001011 | 10010100 | 101111 | 110001 | 0 | 1000100 | 101010 | 1100111 | 110100 | 100110 |
Color Harmonies of #4B942F
Complementary color
Monochromatic Colors of #4B942F
Black with #4B942F
Text Example
Text Example
White with #4B942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B942F; }
p { color: rgb(75,148,47); }
H1.HeaderClassName
{
color: #4B942F;
}
.AnyTagClassName
{
color: #4B942F;
}
</style>
background-color css
<style>
a { background-color: #4B942F; }
a { background-color: rgb(75,148,47); }
div.DivClassName
{
background-color: #4B942F;
}
.BgClassName
{
background-color: #4B942F;
}
</style>
border-color css
<style>
span { border-color: #4B942F; }
span { border-color: rgb(75,148,47); }
td.TdClassName
{
border-color: #4B942F;
}
.TagClassName
{
border-color: #4B942F;
}
</style>