Shades of La Palma #38A02D
Tints of La Palma #38A02D
RGB
CMYK
RGB Variations
Color information
#38A02D (or 0x38A02D) is known color: La Palma. HEX triplet: 38, A0 and 2D. RGB value is (56,160,45). Sum of RGB (Red+Green+Blue) = 56+160+45=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 160 (62.89% from 255 or 61.30% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 160 - color contains mainly: green. Hex color #38A02D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A02D is #C75FD2. Grayscale: #747474. Windows color (decimal): -13066195 or 2990136. OLE color: 2990136.
HSL color Cylindrical-coordinate representation of color #38A02D: hue angle of 114.26º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38A02D is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 160 | 45 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.37 |
| HSL | 114.26º | 0.56% | 0.4% | - |
| HSV(B) | 114.26º | 0.72% | 0.63% | - |
| XYZ | 14.68 | 26.17 | 6.76 | - |
| YUV | 115.79 | 88.04 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 160 | 45 | 0.65 | 0 | 0.72 | 0.37 | 114.26 | 0.56 | 0.4 |
| Hex | 38 | A0 | 2D | 41 | 0 | 48 | 25 | 72 | 38 | 28 |
| Octal | 70 | 240 | 55 | 101 | 0 | 110 | 45 | 162 | 70 | 50 |
| Binary | 111000 | 10100000 | 101101 | 1000001 | 0 | 1001000 | 100101 | 1110010 | 111000 | 101000 |
Color Harmonies of #38A02D
Complementary color
Monochromatic Colors of #38A02D
Black with #38A02D
Text Example
Text Example
White with #38A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A02D; }
p { color: rgb(56,160,45); }
H1.HeaderClassName
{
color: #38A02D;
}
.AnyTagClassName
{
color: #38A02D;
}
</style>
background-color css
<style>
a { background-color: #38A02D; }
a { background-color: rgb(56,160,45); }
div.DivClassName
{
background-color: #38A02D;
}
.BgClassName
{
background-color: #38A02D;
}
</style>
border-color css
<style>
span { border-color: #38A02D; }
span { border-color: rgb(56,160,45); }
td.TdClassName
{
border-color: #38A02D;
}
.TagClassName
{
border-color: #38A02D;
}
</style>