Shades of La Palma #3C9302
Tints of La Palma #3C9302
RGB
CMYK
RGB Variations
Color information
#3C9302 (or 0x3C9302) is known color: La Palma. HEX triplet: 3C, 93 and 02. RGB value is (60,147,2). Sum of RGB (Red+Green+Blue) = 60+147+2=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 147 (57.81% from 255 or 70.33% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 147 - color contains mainly: green. Hex color #3C9302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C9302 is #C36CFD. Grayscale: #686868. Windows color (decimal): -12807422 or 168764. OLE color: 168764.
HSL color Cylindrical-coordinate representation of color #3C9302: hue angle of 96º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C9302 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 147 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.42 |
| HSL | 96º | 0.97% | 0.29% | - |
| HSV(B) | 96º | 0.99% | 0.58% | - |
| XYZ | 12.31 | 21.83 | 3.62 | - |
| YUV | 104.46 | 70.18 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 147 | 2 | 0.59 | 0 | 0.99 | 0.42 | 96 | 0.97 | 0.29 |
| Hex | 3C | 93 | 2 | 3B | 0 | 63 | 2A | 60 | 61 | 1D |
| Octal | 74 | 223 | 2 | 73 | 0 | 143 | 52 | 140 | 141 | 35 |
| Binary | 111100 | 10010011 | 10 | 111011 | 0 | 1100011 | 101010 | 1100000 | 1100001 | 11101 |
Color Harmonies of #3C9302
Complementary color
Monochromatic Colors of #3C9302
Black with #3C9302
Text Example
Text Example
White with #3C9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9302; }
p { color: rgb(60,147,2); }
H1.HeaderClassName
{
color: #3C9302;
}
.AnyTagClassName
{
color: #3C9302;
}
</style>
background-color css
<style>
a { background-color: #3C9302; }
a { background-color: rgb(60,147,2); }
div.DivClassName
{
background-color: #3C9302;
}
.BgClassName
{
background-color: #3C9302;
}
</style>
border-color css
<style>
span { border-color: #3C9302; }
span { border-color: rgb(60,147,2); }
td.TdClassName
{
border-color: #3C9302;
}
.TagClassName
{
border-color: #3C9302;
}
</style>