Shades of La Palma #3CAA2F
Tints of La Palma #3CAA2F
RGB
CMYK
RGB Variations
Color information
#3CAA2F (or 0x3CAA2F) is known color: La Palma. HEX triplet: 3C, AA and 2F. RGB value is (60,170,47). Sum of RGB (Red+Green+Blue) = 60+170+47=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA2F is #C355D0. Grayscale: #7B7B7B. Windows color (decimal): -12801489 or 3123772. OLE color: 3123772.
HSL color Cylindrical-coordinate representation of color #3CAA2F: hue angle of 113.66º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CAA2F is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 47 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.33 |
| HSL | 113.66º | 0.57% | 0.43% | - |
| HSV(B) | 113.66º | 0.72% | 0.67% | - |
| XYZ | 16.75 | 29.92 | 7.58 | - |
| YUV | 123.09 | 85.06 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 47 | 0.65 | 0 | 0.72 | 0.33 | 113.66 | 0.57 | 0.43 |
| Hex | 3C | AA | 2F | 41 | 0 | 48 | 21 | 72 | 39 | 2B |
| Octal | 74 | 252 | 57 | 101 | 0 | 110 | 41 | 162 | 71 | 53 |
| Binary | 111100 | 10101010 | 101111 | 1000001 | 0 | 1001000 | 100001 | 1110010 | 111001 | 101011 |
Color Harmonies of #3CAA2F
Complementary color
Monochromatic Colors of #3CAA2F
Black with #3CAA2F
Text Example
Text Example
White with #3CAA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA2F; }
p { color: rgb(60,170,47); }
H1.HeaderClassName
{
color: #3CAA2F;
}
.AnyTagClassName
{
color: #3CAA2F;
}
</style>
background-color css
<style>
a { background-color: #3CAA2F; }
a { background-color: rgb(60,170,47); }
div.DivClassName
{
background-color: #3CAA2F;
}
.BgClassName
{
background-color: #3CAA2F;
}
</style>
border-color css
<style>
span { border-color: #3CAA2F; }
span { border-color: rgb(60,170,47); }
td.TdClassName
{
border-color: #3CAA2F;
}
.TagClassName
{
border-color: #3CAA2F;
}
</style>