Shades of La Palma #488B2D
Tints of La Palma #488B2D
RGB
CMYK
RGB Variations
Color information
#488B2D (or 0x488B2D) is known color: La Palma. HEX triplet: 48, 8B and 2D. RGB value is (72,139,45). Sum of RGB (Red+Green+Blue) = 72+139+45=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #488B2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488B2D is #B774D2. Grayscale: #6C6C6C. Windows color (decimal): -12022995 or 2984776. OLE color: 2984776.
HSL color Cylindrical-coordinate representation of color #488B2D: hue angle of 102.77º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #488B2D is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
RGB | 72 | 139 | 45 | - |
CMYK | 0.48 | 0 | 0.68 | 0.45 |
HSL | 102.77º | 0.51% | 0.36% | - |
HSV(B) | 102.77º | 0.68% | 0.55% | - |
XYZ | 12.38 | 20.03 | 5.7 | - |
YUV | 108.25 | 92.3 | 102.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 72 | 139 | 45 | 0.48 | 0 | 0.68 | 0.45 | 102.77 | 0.51 | 0.36 |
Hex | 48 | 8B | 2D | 30 | 0 | 44 | 2D | 67 | 33 | 24 |
Octal | 110 | 213 | 55 | 60 | 0 | 104 | 55 | 147 | 63 | 44 |
Binary | 1001000 | 10001011 | 101101 | 110000 | 0 | 1000100 | 101101 | 1100111 | 110011 | 100100 |
Color Harmonies of #488B2D
Complementary color
Monochromatic Colors of #488B2D
Black with #488B2D
Text Example
Text Example
White with #488B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B2D; }
p { color: rgb(72,139,45); }
H1.HeaderClassName
{
color: #488B2D;
}
.AnyTagClassName
{
color: #488B2D;
}
</style>
background-color css
<style>
a { background-color: #488B2D; }
a { background-color: rgb(72,139,45); }
div.DivClassName
{
background-color: #488B2D;
}
.BgClassName
{
background-color: #488B2D;
}
</style>
border-color css
<style>
span { border-color: #488B2D; }
span { border-color: rgb(72,139,45); }
td.TdClassName
{
border-color: #488B2D;
}
.TagClassName
{
border-color: #488B2D;
}
</style>