Shades of Fern Green #448E40
Tints of Fern Green #448E40
RGB
CMYK
RGB Variations
Color information
#448E40 (or 0x448E40) is known color: Fern Green. HEX triplet: 44, 8E and 40. RGB value is (68,142,64). Sum of RGB (Red+Green+Blue) = 68+142+64=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #448E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448E40 is #BB71BF. Grayscale: #6F6F6F. Windows color (decimal): -12284352 or 4230724. OLE color: 4230724.
HSL color Cylindrical-coordinate representation of color #448E40: hue angle of 116.92º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #448E40 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 142 | 64 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.44 |
| HSL | 116.92º | 0.38% | 0.4% | - |
| HSV(B) | 116.92º | 0.55% | 0.56% | - |
| XYZ | 12.98 | 20.95 | 8.21 | - |
| YUV | 110.98 | 101.48 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 64 | 0.52 | 0 | 0.55 | 0.44 | 116.92 | 0.38 | 0.4 |
| Hex | 44 | 8E | 40 | 34 | 0 | 37 | 2C | 75 | 26 | 28 |
| Octal | 104 | 216 | 100 | 64 | 0 | 67 | 54 | 165 | 46 | 50 |
| Binary | 1000100 | 10001110 | 1000000 | 110100 | 0 | 110111 | 101100 | 1110101 | 100110 | 101000 |
Color Harmonies of #448E40
Complementary color
Monochromatic Colors of #448E40
Black with #448E40
Text Example
Text Example
White with #448E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448E40; }
p { color: rgb(68,142,64); }
H1.HeaderClassName
{
color: #448E40;
}
.AnyTagClassName
{
color: #448E40;
}
</style>
background-color css
<style>
a { background-color: #448E40; }
a { background-color: rgb(68,142,64); }
div.DivClassName
{
background-color: #448E40;
}
.BgClassName
{
background-color: #448E40;
}
</style>
border-color css
<style>
span { border-color: #448E40; }
span { border-color: rgb(68,142,64); }
td.TdClassName
{
border-color: #448E40;
}
.TagClassName
{
border-color: #448E40;
}
</style>