Shades of Fern Green #428039
Tints of Fern Green #428039
RGB
CMYK
RGB Variations
Color information
#428039 (or 0x428039) is known color: Fern Green. HEX triplet: 42, 80 and 39. RGB value is (66,128,57). Sum of RGB (Red+Green+Blue) = 66+128+57=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #428039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428039 is #BD7FC6. Grayscale: #656565. Windows color (decimal): -12419015 or 3768386. OLE color: 3768386.
HSL color Cylindrical-coordinate representation of color #428039: hue angle of 112.39º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428039 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 128 | 57 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.50 |
| HSL | 112.39º | 0.38% | 0.36% | - |
| HSV(B) | 112.39º | 0.55% | 0.5% | - |
| XYZ | 10.7 | 16.89 | 6.57 | - |
| YUV | 101.37 | 102.96 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 57 | 0.48 | 0 | 0.55 | 0.50 | 112.39 | 0.38 | 0.36 |
| Hex | 42 | 80 | 39 | 30 | 0 | 37 | 32 | 70 | 26 | 24 |
| Octal | 102 | 200 | 71 | 60 | 0 | 67 | 62 | 160 | 46 | 44 |
| Binary | 1000010 | 10000000 | 111001 | 110000 | 0 | 110111 | 110010 | 1110000 | 100110 | 100100 |
Color Harmonies of #428039
Complementary color
Monochromatic Colors of #428039
Black with #428039
Text Example
Text Example
White with #428039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428039; }
p { color: rgb(66,128,57); }
H1.HeaderClassName
{
color: #428039;
}
.AnyTagClassName
{
color: #428039;
}
</style>
background-color css
<style>
a { background-color: #428039; }
a { background-color: rgb(66,128,57); }
div.DivClassName
{
background-color: #428039;
}
.BgClassName
{
background-color: #428039;
}
</style>
border-color css
<style>
span { border-color: #428039; }
span { border-color: rgb(66,128,57); }
td.TdClassName
{
border-color: #428039;
}
.TagClassName
{
border-color: #428039;
}
</style>