Shades of La Palma #38A11E
Tints of La Palma #38A11E
RGB
CMYK
RGB Variations
Color information
#38A11E (or 0x38A11E) is known color: La Palma. HEX triplet: 38, A1 and 1E. RGB value is (56,161,30). Sum of RGB (Red+Green+Blue) = 56+161+30=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 161 (63.28% from 255 or 65.18% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 161 - color contains mainly: green. Hex color #38A11E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A11E is #C75EE1. Grayscale: #737373. Windows color (decimal): -13065954 or 2007352. OLE color: 2007352.
HSL color Cylindrical-coordinate representation of color #38A11E: hue angle of 108.09º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38A11E is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 161 | 30 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.37 |
| HSL | 108.09º | 0.69% | 0.37% | - |
| HSV(B) | 108.09º | 0.81% | 0.63% | - |
| XYZ | 14.61 | 26.42 | 5.56 | - |
| YUV | 114.67 | 80.21 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 161 | 30 | 0.65 | 0 | 0.81 | 0.37 | 108.09 | 0.69 | 0.37 |
| Hex | 38 | A1 | 1E | 41 | 0 | 51 | 25 | 6C | 45 | 25 |
| Octal | 70 | 241 | 36 | 101 | 0 | 121 | 45 | 154 | 105 | 45 |
| Binary | 111000 | 10100001 | 11110 | 1000001 | 0 | 1010001 | 100101 | 1101100 | 1000101 | 100101 |
Color Harmonies of #38A11E
Complementary color
Monochromatic Colors of #38A11E
Black with #38A11E
Text Example
Text Example
White with #38A11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A11E; }
p { color: rgb(56,161,30); }
H1.HeaderClassName
{
color: #38A11E;
}
.AnyTagClassName
{
color: #38A11E;
}
</style>
background-color css
<style>
a { background-color: #38A11E; }
a { background-color: rgb(56,161,30); }
div.DivClassName
{
background-color: #38A11E;
}
.BgClassName
{
background-color: #38A11E;
}
</style>
border-color css
<style>
span { border-color: #38A11E; }
span { border-color: rgb(56,161,30); }
td.TdClassName
{
border-color: #38A11E;
}
.TagClassName
{
border-color: #38A11E;
}
</style>