Shades of La Palma #48A42D
Tints of La Palma #48A42D
RGB
CMYK
RGB Variations
Color information
#48A42D (or 0x48A42D) is known color: La Palma. HEX triplet: 48, A4 and 2D. RGB value is (72,164,45). Sum of RGB (Red+Green+Blue) = 72+164+45=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 164 (64.45% from 255 or 58.36% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 164 - color contains mainly: green. Hex color #48A42D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A42D is #B75BD2. Grayscale: #7B7B7B. Windows color (decimal): -12016595 or 2991176. OLE color: 2991176.
HSL color Cylindrical-coordinate representation of color #48A42D: hue angle of 106.39º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48A42D is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 164 | 45 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.36 |
| HSL | 106.39º | 0.57% | 0.41% | - |
| HSV(B) | 106.39º | 0.73% | 0.64% | - |
| XYZ | 16.42 | 28.12 | 7.04 | - |
| YUV | 122.93 | 84.02 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 164 | 45 | 0.56 | 0 | 0.73 | 0.36 | 106.39 | 0.57 | 0.41 |
| Hex | 48 | A4 | 2D | 38 | 0 | 49 | 24 | 6A | 39 | 29 |
| Octal | 110 | 244 | 55 | 70 | 0 | 111 | 44 | 152 | 71 | 51 |
| Binary | 1001000 | 10100100 | 101101 | 111000 | 0 | 1001001 | 100100 | 1101010 | 111001 | 101001 |
Color Harmonies of #48A42D
Complementary color
Monochromatic Colors of #48A42D
Black with #48A42D
Text Example
Text Example
White with #48A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A42D; }
p { color: rgb(72,164,45); }
H1.HeaderClassName
{
color: #48A42D;
}
.AnyTagClassName
{
color: #48A42D;
}
</style>
background-color css
<style>
a { background-color: #48A42D; }
a { background-color: rgb(72,164,45); }
div.DivClassName
{
background-color: #48A42D;
}
.BgClassName
{
background-color: #48A42D;
}
</style>
border-color css
<style>
span { border-color: #48A42D; }
span { border-color: rgb(72,164,45); }
td.TdClassName
{
border-color: #48A42D;
}
.TagClassName
{
border-color: #48A42D;
}
</style>