Shades of Fern Green #428140
Tints of Fern Green #428140
RGB
CMYK
RGB Variations
Color information
#428140 (or 0x428140) is known color: Fern Green. HEX triplet: 42, 81 and 40. RGB value is (66,129,64). Sum of RGB (Red+Green+Blue) = 66+129+64=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #428140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428140 is #BD7EBF. Grayscale: #666666. Windows color (decimal): -12418752 or 4227394. OLE color: 4227394.
HSL color Cylindrical-coordinate representation of color #428140: hue angle of 118.15º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428140 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 64 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.49 |
| HSL | 118.15º | 0.34% | 0.38% | - |
| HSV(B) | 118.15º | 0.5% | 0.51% | - |
| XYZ | 11.02 | 17.23 | 7.6 | - |
| YUV | 102.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 64 | 0.49 | 0 | 0.50 | 0.49 | 118.15 | 0.34 | 0.38 |
| Hex | 42 | 81 | 40 | 31 | 0 | 32 | 31 | 76 | 22 | 26 |
| Octal | 102 | 201 | 100 | 61 | 0 | 62 | 61 | 166 | 42 | 46 |
| Binary | 1000010 | 10000001 | 1000000 | 110001 | 0 | 110010 | 110001 | 1110110 | 100010 | 100110 |
Color Harmonies of #428140
Complementary color
Monochromatic Colors of #428140
Black with #428140
Text Example
Text Example
White with #428140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428140; }
p { color: rgb(66,129,64); }
H1.HeaderClassName
{
color: #428140;
}
.AnyTagClassName
{
color: #428140;
}
</style>
background-color css
<style>
a { background-color: #428140; }
a { background-color: rgb(66,129,64); }
div.DivClassName
{
background-color: #428140;
}
.BgClassName
{
background-color: #428140;
}
</style>
border-color css
<style>
span { border-color: #428140; }
span { border-color: rgb(66,129,64); }
td.TdClassName
{
border-color: #428140;
}
.TagClassName
{
border-color: #428140;
}
</style>