Shades of Fern Green #427F40
Tints of Fern Green #427F40
RGB
CMYK
RGB Variations
Color information
#427F40 (or 0x427F40) is known color: Fern Green. HEX triplet: 42, 7F and 40. RGB value is (66,127,64). Sum of RGB (Red+Green+Blue) = 66+127+64=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #427F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427F40 is #BD80BF. Grayscale: #656565. Windows color (decimal): -12419264 or 4226882. OLE color: 4226882.
HSL color Cylindrical-coordinate representation of color #427F40: hue angle of 118.1º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #427F40 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 127 | 64 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.50 |
| HSL | 118.1º | 0.33% | 0.37% | - |
| HSV(B) | 118.1º | 0.5% | 0.5% | - |
| XYZ | 10.76 | 16.71 | 7.51 | - |
| YUV | 101.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 64 | 0.48 | 0 | 0.50 | 0.50 | 118.1 | 0.33 | 0.37 |
| Hex | 42 | 7F | 40 | 30 | 0 | 32 | 32 | 76 | 21 | 25 |
| Octal | 102 | 177 | 100 | 60 | 0 | 62 | 62 | 166 | 41 | 45 |
| Binary | 1000010 | 1111111 | 1000000 | 110000 | 0 | 110010 | 110010 | 1110110 | 100001 | 100101 |
Color Harmonies of #427F40
Complementary color
Monochromatic Colors of #427F40
Black with #427F40
Text Example
Text Example
White with #427F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427F40; }
p { color: rgb(66,127,64); }
H1.HeaderClassName
{
color: #427F40;
}
.AnyTagClassName
{
color: #427F40;
}
</style>
background-color css
<style>
a { background-color: #427F40; }
a { background-color: rgb(66,127,64); }
div.DivClassName
{
background-color: #427F40;
}
.BgClassName
{
background-color: #427F40;
}
</style>
border-color css
<style>
span { border-color: #427F40; }
span { border-color: rgb(66,127,64); }
td.TdClassName
{
border-color: #427F40;
}
.TagClassName
{
border-color: #427F40;
}
</style>