Shades of La Palma #3F9302
Tints of La Palma #3F9302
RGB
CMYK
RGB Variations
Color information
#3F9302 (or 0x3F9302) is known color: La Palma. HEX triplet: 3F, 93 and 02. RGB value is (63,147,2). Sum of RGB (Red+Green+Blue) = 63+147+2=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 147 (57.81% from 255 or 69.34% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F9302 is #C06CFD. Grayscale: #696969. Windows color (decimal): -12610814 or 168767. OLE color: 168767.
HSL color Cylindrical-coordinate representation of color #3F9302: hue angle of 94.76º 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 #3F9302 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 147 | 2 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.42 |
| HSL | 94.76º | 0.97% | 0.29% | - |
| HSV(B) | 94.76º | 0.99% | 0.58% | - |
| XYZ | 12.49 | 21.93 | 3.63 | - |
| YUV | 105.35 | 69.67 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 147 | 2 | 0.57 | 0 | 0.99 | 0.42 | 94.76 | 0.97 | 0.29 |
| Hex | 3F | 93 | 2 | 39 | 0 | 63 | 2A | 5F | 61 | 1D |
| Octal | 77 | 223 | 2 | 71 | 0 | 143 | 52 | 137 | 141 | 35 |
| Binary | 111111 | 10010011 | 10 | 111001 | 0 | 1100011 | 101010 | 1011111 | 1100001 | 11101 |
Color Harmonies of #3F9302
Complementary color
Monochromatic Colors of #3F9302
Black with #3F9302
Text Example
Text Example
White with #3F9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9302; }
p { color: rgb(63,147,2); }
H1.HeaderClassName
{
color: #3F9302;
}
.AnyTagClassName
{
color: #3F9302;
}
</style>
background-color css
<style>
a { background-color: #3F9302; }
a { background-color: rgb(63,147,2); }
div.DivClassName
{
background-color: #3F9302;
}
.BgClassName
{
background-color: #3F9302;
}
</style>
border-color css
<style>
span { border-color: #3F9302; }
span { border-color: rgb(63,147,2); }
td.TdClassName
{
border-color: #3F9302;
}
.TagClassName
{
border-color: #3F9302;
}
</style>