Shades of La Palma #3A981F
Tints of La Palma #3A981F
RGB
CMYK
RGB Variations
Color information
#3A981F (or 0x3A981F) is known color: La Palma. HEX triplet: 3A, 98 and 1F. RGB value is (58,152,31). Sum of RGB (Red+Green+Blue) = 58+152+31=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 152 (59.77% from 255 or 63.07% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 152 - color contains mainly: green. Hex color #3A981F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A981F is #C567E0. Grayscale: #6E6E6E. Windows color (decimal): -12937185 or 2070586. OLE color: 2070586.
HSL color Cylindrical-coordinate representation of color #3A981F: hue angle of 106.61º 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 #3A981F is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 152 | 31 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.40 |
| HSL | 106.61º | 0.66% | 0.36% | - |
| HSV(B) | 106.61º | 0.8% | 0.6% | - |
| XYZ | 13.22 | 23.45 | 5.13 | - |
| YUV | 110.1 | 83.36 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 152 | 31 | 0.62 | 0 | 0.80 | 0.40 | 106.61 | 0.66 | 0.36 |
| Hex | 3A | 98 | 1F | 3E | 0 | 50 | 28 | 6B | 42 | 24 |
| Octal | 72 | 230 | 37 | 76 | 0 | 120 | 50 | 153 | 102 | 44 |
| Binary | 111010 | 10011000 | 11111 | 111110 | 0 | 1010000 | 101000 | 1101011 | 1000010 | 100100 |
Color Harmonies of #3A981F
Complementary color
Monochromatic Colors of #3A981F
Black with #3A981F
Text Example
Text Example
White with #3A981F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A981F; }
p { color: rgb(58,152,31); }
H1.HeaderClassName
{
color: #3A981F;
}
.AnyTagClassName
{
color: #3A981F;
}
</style>
background-color css
<style>
a { background-color: #3A981F; }
a { background-color: rgb(58,152,31); }
div.DivClassName
{
background-color: #3A981F;
}
.BgClassName
{
background-color: #3A981F;
}
</style>
border-color css
<style>
span { border-color: #3A981F; }
span { border-color: rgb(58,152,31); }
td.TdClassName
{
border-color: #3A981F;
}
.TagClassName
{
border-color: #3A981F;
}
</style>