Shades of La Palma #489A1F
Tints of La Palma #489A1F
RGB
CMYK
RGB Variations
Color information
#489A1F (or 0x489A1F) is known color: La Palma. HEX triplet: 48, 9A and 1F. RGB value is (72,154,31). Sum of RGB (Red+Green+Blue) = 72+154+31=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 154 (60.55% from 255 or 59.92% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 154 - color contains mainly: green. Hex color #489A1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489A1F is #B765E0. Grayscale: #737373. Windows color (decimal): -12019169 or 2071112. OLE color: 2071112.
HSL color Cylindrical-coordinate representation of color #489A1F: hue angle of 100º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #489A1F is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 154 | 31 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.40 |
| HSL | 100º | 0.66% | 0.36% | - |
| HSV(B) | 100º | 0.8% | 0.6% | - |
| XYZ | 14.48 | 24.59 | 5.28 | - |
| YUV | 115.46 | 80.33 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 31 | 0.53 | 0 | 0.80 | 0.40 | 100 | 0.66 | 0.36 |
| Hex | 48 | 9A | 1F | 35 | 0 | 50 | 28 | 64 | 42 | 24 |
| Octal | 110 | 232 | 37 | 65 | 0 | 120 | 50 | 144 | 102 | 44 |
| Binary | 1001000 | 10011010 | 11111 | 110101 | 0 | 1010000 | 101000 | 1100100 | 1000010 | 100100 |
Color Harmonies of #489A1F
Complementary color
Monochromatic Colors of #489A1F
Black with #489A1F
Text Example
Text Example
White with #489A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489A1F; }
p { color: rgb(72,154,31); }
H1.HeaderClassName
{
color: #489A1F;
}
.AnyTagClassName
{
color: #489A1F;
}
</style>
background-color css
<style>
a { background-color: #489A1F; }
a { background-color: rgb(72,154,31); }
div.DivClassName
{
background-color: #489A1F;
}
.BgClassName
{
background-color: #489A1F;
}
</style>
border-color css
<style>
span { border-color: #489A1F; }
span { border-color: rgb(72,154,31); }
td.TdClassName
{
border-color: #489A1F;
}
.TagClassName
{
border-color: #489A1F;
}
</style>