Shades of La Palma #3C8C2B
Tints of La Palma #3C8C2B
RGB
CMYK
RGB Variations
Color information
#3C8C2B (or 0x3C8C2B) is known color: La Palma. HEX triplet: 3C, 8C and 2B. RGB value is (60,140,43). Sum of RGB (Red+Green+Blue) = 60+140+43=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 140 (55.08% from 255 or 57.61% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 140 - color contains mainly: green. Hex color #3C8C2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8C2B is #C373D4. Grayscale: #696969. Windows color (decimal): -12809173 or 2853948. OLE color: 2853948.
HSL color Cylindrical-coordinate representation of color #3C8C2B: hue angle of 109.48º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C8C2B is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 140 | 43 | - |
| CMYK | 0.57 | 0 | 0.69 | 0.45 |
| HSL | 109.48º | 0.53% | 0.36% | - |
| HSV(B) | 109.48º | 0.69% | 0.55% | - |
| XYZ | 11.68 | 19.89 | 5.51 | - |
| YUV | 105.02 | 93 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 140 | 43 | 0.57 | 0 | 0.69 | 0.45 | 109.48 | 0.53 | 0.36 |
| Hex | 3C | 8C | 2B | 39 | 0 | 45 | 2D | 6D | 35 | 24 |
| Octal | 74 | 214 | 53 | 71 | 0 | 105 | 55 | 155 | 65 | 44 |
| Binary | 111100 | 10001100 | 101011 | 111001 | 0 | 1000101 | 101101 | 1101101 | 110101 | 100100 |
Color Harmonies of #3C8C2B
Complementary color
Monochromatic Colors of #3C8C2B
Black with #3C8C2B
Text Example
Text Example
White with #3C8C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8C2B; }
p { color: rgb(60,140,43); }
H1.HeaderClassName
{
color: #3C8C2B;
}
.AnyTagClassName
{
color: #3C8C2B;
}
</style>
background-color css
<style>
a { background-color: #3C8C2B; }
a { background-color: rgb(60,140,43); }
div.DivClassName
{
background-color: #3C8C2B;
}
.BgClassName
{
background-color: #3C8C2B;
}
</style>
border-color css
<style>
span { border-color: #3C8C2B; }
span { border-color: rgb(60,140,43); }
td.TdClassName
{
border-color: #3C8C2B;
}
.TagClassName
{
border-color: #3C8C2B;
}
</style>