Shades of La Palma #3A8A1F
Tints of La Palma #3A8A1F
RGB
CMYK
RGB Variations
Color information
#3A8A1F (or 0x3A8A1F) is known color: La Palma. HEX triplet: 3A, 8A and 1F. RGB value is (58,138,31). Sum of RGB (Red+Green+Blue) = 58+138+31=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8A1F is #C575E0. Grayscale: #666666. Windows color (decimal): -12940769 or 2067002. OLE color: 2067002.
HSL color Cylindrical-coordinate representation of color #3A8A1F: hue angle of 104.86º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A8A1F is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 138 | 31 | - |
| CMYK | 0.58 | 0 | 0.78 | 0.46 |
| HSL | 104.86º | 0.63% | 0.33% | - |
| HSV(B) | 104.86º | 0.78% | 0.54% | - |
| XYZ | 11.08 | 19.18 | 4.41 | - |
| YUV | 101.88 | 88 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 31 | 0.58 | 0 | 0.78 | 0.46 | 104.86 | 0.63 | 0.33 |
| Hex | 3A | 8A | 1F | 3A | 0 | 4E | 2E | 69 | 3F | 21 |
| Octal | 72 | 212 | 37 | 72 | 0 | 116 | 56 | 151 | 77 | 41 |
| Binary | 111010 | 10001010 | 11111 | 111010 | 0 | 1001110 | 101110 | 1101001 | 111111 | 100001 |
Color Harmonies of #3A8A1F
Complementary color
Monochromatic Colors of #3A8A1F
Black with #3A8A1F
Text Example
Text Example
White with #3A8A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A1F; }
p { color: rgb(58,138,31); }
H1.HeaderClassName
{
color: #3A8A1F;
}
.AnyTagClassName
{
color: #3A8A1F;
}
</style>
background-color css
<style>
a { background-color: #3A8A1F; }
a { background-color: rgb(58,138,31); }
div.DivClassName
{
background-color: #3A8A1F;
}
.BgClassName
{
background-color: #3A8A1F;
}
</style>
border-color css
<style>
span { border-color: #3A8A1F; }
span { border-color: rgb(58,138,31); }
td.TdClassName
{
border-color: #3A8A1F;
}
.TagClassName
{
border-color: #3A8A1F;
}
</style>