Shades of La Palma #3F8E28
Tints of La Palma #3F8E28
RGB
CMYK
RGB Variations
Color information
#3F8E28 (or 0x3F8E28) is known color: La Palma. HEX triplet: 3F, 8E and 28. RGB value is (63,142,40). Sum of RGB (Red+Green+Blue) = 63+142+40=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 142 (55.86% from 255 or 57.96% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8E28 is #C071D7. Grayscale: #6B6B6B. Windows color (decimal): -12612056 or 2657855. OLE color: 2657855.
HSL color Cylindrical-coordinate representation of color #3F8E28: hue angle of 106.47º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F8E28 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 142 | 40 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.44 |
| HSL | 106.47º | 0.56% | 0.36% | - |
| HSV(B) | 106.47º | 0.72% | 0.56% | - |
| XYZ | 12.11 | 20.56 | 5.34 | - |
| YUV | 106.75 | 90.33 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 142 | 40 | 0.56 | 0 | 0.72 | 0.44 | 106.47 | 0.56 | 0.36 |
| Hex | 3F | 8E | 28 | 38 | 0 | 48 | 2C | 6A | 38 | 24 |
| Octal | 77 | 216 | 50 | 70 | 0 | 110 | 54 | 152 | 70 | 44 |
| Binary | 111111 | 10001110 | 101000 | 111000 | 0 | 1001000 | 101100 | 1101010 | 111000 | 100100 |
Color Harmonies of #3F8E28
Complementary color
Monochromatic Colors of #3F8E28
Black with #3F8E28
Text Example
Text Example
White with #3F8E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8E28; }
p { color: rgb(63,142,40); }
H1.HeaderClassName
{
color: #3F8E28;
}
.AnyTagClassName
{
color: #3F8E28;
}
</style>
background-color css
<style>
a { background-color: #3F8E28; }
a { background-color: rgb(63,142,40); }
div.DivClassName
{
background-color: #3F8E28;
}
.BgClassName
{
background-color: #3F8E28;
}
</style>
border-color css
<style>
span { border-color: #3F8E28; }
span { border-color: rgb(63,142,40); }
td.TdClassName
{
border-color: #3F8E28;
}
.TagClassName
{
border-color: #3F8E28;
}
</style>