Shades of Fern Green #488E3F
Tints of Fern Green #488E3F
RGB
CMYK
RGB Variations
Color information
#488E3F (or 0x488E3F) is known color: Fern Green. HEX triplet: 48, 8E and 3F. RGB value is (72,142,63). Sum of RGB (Red+Green+Blue) = 72+142+63=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #488E3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488E3F is #B771C0. Grayscale: #707070. Windows color (decimal): -12022209 or 4165192. OLE color: 4165192.
HSL color Cylindrical-coordinate representation of color #488E3F: hue angle of 113.16º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #488E3F is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 142 | 63 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.44 |
| HSL | 113.16º | 0.39% | 0.4% | - |
| HSV(B) | 113.16º | 0.56% | 0.56% | - |
| XYZ | 13.24 | 21.08 | 8.07 | - |
| YUV | 112.06 | 100.31 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 63 | 0.49 | 0 | 0.56 | 0.44 | 113.16 | 0.39 | 0.4 |
| Hex | 48 | 8E | 3F | 31 | 0 | 38 | 2C | 71 | 27 | 28 |
| Octal | 110 | 216 | 77 | 61 | 0 | 70 | 54 | 161 | 47 | 50 |
| Binary | 1001000 | 10001110 | 111111 | 110001 | 0 | 111000 | 101100 | 1110001 | 100111 | 101000 |
Color Harmonies of #488E3F
Complementary color
Monochromatic Colors of #488E3F
Black with #488E3F
Text Example
Text Example
White with #488E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488E3F; }
p { color: rgb(72,142,63); }
H1.HeaderClassName
{
color: #488E3F;
}
.AnyTagClassName
{
color: #488E3F;
}
</style>
background-color css
<style>
a { background-color: #488E3F; }
a { background-color: rgb(72,142,63); }
div.DivClassName
{
background-color: #488E3F;
}
.BgClassName
{
background-color: #488E3F;
}
</style>
border-color css
<style>
span { border-color: #488E3F; }
span { border-color: rgb(72,142,63); }
td.TdClassName
{
border-color: #488E3F;
}
.TagClassName
{
border-color: #488E3F;
}
</style>