Shades of La Palma #3CA02B
Tints of La Palma #3CA02B
RGB
CMYK
RGB Variations
Color information
#3CA02B (or 0x3CA02B) is known color: La Palma. HEX triplet: 3C, A0 and 2B. RGB value is (60,160,43). Sum of RGB (Red+Green+Blue) = 60+160+43=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 160 (62.89% from 255 or 60.84% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA02B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA02B is #C35FD4. Grayscale: #757575. Windows color (decimal): -12804053 or 2859068. OLE color: 2859068.
HSL color Cylindrical-coordinate representation of color #3CA02B: hue angle of 111.28º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CA02B is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 60 | 160 | 43 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.37 |
| HSL | 111.28º | 0.58% | 0.4% | - |
| HSV(B) | 111.28º | 0.73% | 0.63% | - |
| XYZ | 14.87 | 26.28 | 6.57 | - |
| YUV | 116.76 | 86.37 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 160 | 43 | 0.62 | 0 | 0.73 | 0.37 | 111.28 | 0.58 | 0.4 |
| Hex | 3C | A0 | 2B | 3E | 0 | 49 | 25 | 6F | 3A | 28 |
| Octal | 74 | 240 | 53 | 76 | 0 | 111 | 45 | 157 | 72 | 50 |
| Binary | 111100 | 10100000 | 101011 | 111110 | 0 | 1001001 | 100101 | 1101111 | 111010 | 101000 |
Color Harmonies of #3CA02B
Complementary color
Monochromatic Colors of #3CA02B
Black with #3CA02B
Text Example
Text Example
White with #3CA02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA02B; }
p { color: rgb(60,160,43); }
H1.HeaderClassName
{
color: #3CA02B;
}
.AnyTagClassName
{
color: #3CA02B;
}
</style>
background-color css
<style>
a { background-color: #3CA02B; }
a { background-color: rgb(60,160,43); }
div.DivClassName
{
background-color: #3CA02B;
}
.BgClassName
{
background-color: #3CA02B;
}
</style>
border-color css
<style>
span { border-color: #3CA02B; }
span { border-color: rgb(60,160,43); }
td.TdClassName
{
border-color: #3CA02B;
}
.TagClassName
{
border-color: #3CA02B;
}
</style>