Shades of La Palma #4B8F2D
Tints of La Palma #4B8F2D
RGB
CMYK
RGB Variations
Color information
#4B8F2D (or 0x4B8F2D) is known color: La Palma. HEX triplet: 4B, 8F and 2D. RGB value is (75,143,45). Sum of RGB (Red+Green+Blue) = 75+143+45=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 143 (56.25% from 255 or 54.37% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 143 - color contains mainly: green. Hex color #4B8F2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8F2D is #B470D2. Grayscale: #6F6F6F. Windows color (decimal): -11825363 or 2985803. OLE color: 2985803.
HSL color Cylindrical-coordinate representation of color #4B8F2D: hue angle of 101.63º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B8F2D is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 143 | 45 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.44 |
| HSL | 101.63º | 0.52% | 0.37% | - |
| HSV(B) | 101.63º | 0.69% | 0.56% | - |
| XYZ | 13.2 | 21.33 | 5.9 | - |
| YUV | 111.5 | 90.47 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 143 | 45 | 0.48 | 0 | 0.69 | 0.44 | 101.63 | 0.52 | 0.37 |
| Hex | 4B | 8F | 2D | 30 | 0 | 45 | 2C | 66 | 34 | 25 |
| Octal | 113 | 217 | 55 | 60 | 0 | 105 | 54 | 146 | 64 | 45 |
| Binary | 1001011 | 10001111 | 101101 | 110000 | 0 | 1000101 | 101100 | 1100110 | 110100 | 100101 |
Color Harmonies of #4B8F2D
Complementary color
Monochromatic Colors of #4B8F2D
Black with #4B8F2D
Text Example
Text Example
White with #4B8F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8F2D; }
p { color: rgb(75,143,45); }
H1.HeaderClassName
{
color: #4B8F2D;
}
.AnyTagClassName
{
color: #4B8F2D;
}
</style>
background-color css
<style>
a { background-color: #4B8F2D; }
a { background-color: rgb(75,143,45); }
div.DivClassName
{
background-color: #4B8F2D;
}
.BgClassName
{
background-color: #4B8F2D;
}
</style>
border-color css
<style>
span { border-color: #4B8F2D; }
span { border-color: rgb(75,143,45); }
td.TdClassName
{
border-color: #4B8F2D;
}
.TagClassName
{
border-color: #4B8F2D;
}
</style>