Shades of Fern Green #488242
Tints of Fern Green #488242
RGB
CMYK
RGB Variations
Color information
#488242 (or 0x488242) is known color: Fern Green. HEX triplet: 48, 82 and 42. RGB value is (72,130,66). Sum of RGB (Red+Green+Blue) = 72+130+66=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #488242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488242 is #B77DBD. Grayscale: #696969. Windows color (decimal): -12025278 or 4358728. OLE color: 4358728.
HSL color Cylindrical-coordinate representation of color #488242: hue angle of 114.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488242 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 130 | 66 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.49 |
| HSL | 114.38º | 0.33% | 0.38% | - |
| HSV(B) | 114.38º | 0.49% | 0.51% | - |
| XYZ | 11.64 | 17.74 | 7.96 | - |
| YUV | 105.36 | 105.78 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 66 | 0.45 | 0 | 0.49 | 0.49 | 114.38 | 0.33 | 0.38 |
| Hex | 48 | 82 | 42 | 2D | 0 | 31 | 31 | 72 | 21 | 26 |
| Octal | 110 | 202 | 102 | 55 | 0 | 61 | 61 | 162 | 41 | 46 |
| Binary | 1001000 | 10000010 | 1000010 | 101101 | 0 | 110001 | 110001 | 1110010 | 100001 | 100110 |
Color Harmonies of #488242
Complementary color
Monochromatic Colors of #488242
Black with #488242
Text Example
Text Example
White with #488242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488242; }
p { color: rgb(72,130,66); }
H1.HeaderClassName
{
color: #488242;
}
.AnyTagClassName
{
color: #488242;
}
</style>
background-color css
<style>
a { background-color: #488242; }
a { background-color: rgb(72,130,66); }
div.DivClassName
{
background-color: #488242;
}
.BgClassName
{
background-color: #488242;
}
</style>
border-color css
<style>
span { border-color: #488242; }
span { border-color: rgb(72,130,66); }
td.TdClassName
{
border-color: #488242;
}
.TagClassName
{
border-color: #488242;
}
</style>