Shades of Fern Green #428C3F
Tints of Fern Green #428C3F
RGB
CMYK
RGB Variations
Color information
#428C3F (or 0x428C3F) is known color: Fern Green. HEX triplet: 42, 8C and 3F. RGB value is (66,140,63). Sum of RGB (Red+Green+Blue) = 66+140+63=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 140 (55.08% from 255 or 52.04% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 140 - color contains mainly: green. Hex color #428C3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428C3F is #BD73C0. Grayscale: #6D6D6D. Windows color (decimal): -12415937 or 4164674. OLE color: 4164674.
HSL color Cylindrical-coordinate representation of color #428C3F: hue angle of 117.66º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428C3F is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 63 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.45 |
| HSL | 117.66º | 0.38% | 0.4% | - |
| HSV(B) | 117.66º | 0.55% | 0.55% | - |
| XYZ | 12.52 | 20.27 | 7.96 | - |
| YUV | 109.1 | 101.98 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 63 | 0.53 | 0 | 0.55 | 0.45 | 117.66 | 0.38 | 0.4 |
| Hex | 42 | 8C | 3F | 35 | 0 | 37 | 2D | 76 | 26 | 28 |
| Octal | 102 | 214 | 77 | 65 | 0 | 67 | 55 | 166 | 46 | 50 |
| Binary | 1000010 | 10001100 | 111111 | 110101 | 0 | 110111 | 101101 | 1110110 | 100110 | 101000 |
Color Harmonies of #428C3F
Complementary color
Monochromatic Colors of #428C3F
Black with #428C3F
Text Example
Text Example
White with #428C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C3F; }
p { color: rgb(66,140,63); }
H1.HeaderClassName
{
color: #428C3F;
}
.AnyTagClassName
{
color: #428C3F;
}
</style>
background-color css
<style>
a { background-color: #428C3F; }
a { background-color: rgb(66,140,63); }
div.DivClassName
{
background-color: #428C3F;
}
.BgClassName
{
background-color: #428C3F;
}
</style>
border-color css
<style>
span { border-color: #428C3F; }
span { border-color: rgb(66,140,63); }
td.TdClassName
{
border-color: #428C3F;
}
.TagClassName
{
border-color: #428C3F;
}
</style>