Shades of La Palma #3F8F2D
Tints of La Palma #3F8F2D
RGB
CMYK
RGB Variations
Color information
#3F8F2D (or 0x3F8F2D) is known color: La Palma. HEX triplet: 3F, 8F and 2D. RGB value is (63,143,45). Sum of RGB (Red+Green+Blue) = 63+143+45=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 143 (56.25% from 255 or 56.97% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 143 - color contains mainly: green. Hex color #3F8F2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8F2D is #C070D2. Grayscale: #6C6C6C. Windows color (decimal): -12611795 or 2985791. OLE color: 2985791.
HSL color Cylindrical-coordinate representation of color #3F8F2D: hue angle of 108.98º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F8F2D is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 143 | 45 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.44 |
| HSL | 108.98º | 0.52% | 0.37% | - |
| HSV(B) | 108.98º | 0.69% | 0.56% | - |
| XYZ | 12.35 | 20.89 | 5.86 | - |
| YUV | 107.91 | 92.5 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 143 | 45 | 0.56 | 0 | 0.69 | 0.44 | 108.98 | 0.52 | 0.37 |
| Hex | 3F | 8F | 2D | 38 | 0 | 45 | 2C | 6D | 34 | 25 |
| Octal | 77 | 217 | 55 | 70 | 0 | 105 | 54 | 155 | 64 | 45 |
| Binary | 111111 | 10001111 | 101101 | 111000 | 0 | 1000101 | 101100 | 1101101 | 110100 | 100101 |
Color Harmonies of #3F8F2D
Complementary color
Monochromatic Colors of #3F8F2D
Black with #3F8F2D
Text Example
Text Example
White with #3F8F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8F2D; }
p { color: rgb(63,143,45); }
H1.HeaderClassName
{
color: #3F8F2D;
}
.AnyTagClassName
{
color: #3F8F2D;
}
</style>
background-color css
<style>
a { background-color: #3F8F2D; }
a { background-color: rgb(63,143,45); }
div.DivClassName
{
background-color: #3F8F2D;
}
.BgClassName
{
background-color: #3F8F2D;
}
</style>
border-color css
<style>
span { border-color: #3F8F2D; }
span { border-color: rgb(63,143,45); }
td.TdClassName
{
border-color: #3F8F2D;
}
.TagClassName
{
border-color: #3F8F2D;
}
</style>