Shades of Fern Green #42793F
Tints of Fern Green #42793F
RGB
CMYK
RGB Variations
Color information
#42793F (or 0x42793F) is known color: Fern Green. HEX triplet: 42, 79 and 3F. RGB value is (66,121,63). Sum of RGB (Red+Green+Blue) = 66+121+63=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #42793F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42793F is #BD86C0. Grayscale: #626262. Windows color (decimal): -12420801 or 4159810. OLE color: 4159810.
HSL color Cylindrical-coordinate representation of color #42793F: hue angle of 116.9º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42793F is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 121 | 63 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.53 |
| HSL | 116.9º | 0.32% | 0.36% | - |
| HSV(B) | 116.9º | 0.48% | 0.47% | - |
| XYZ | 9.98 | 15.19 | 7.11 | - |
| YUV | 97.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 63 | 0.45 | 0 | 0.48 | 0.53 | 116.9 | 0.32 | 0.36 |
| Hex | 42 | 79 | 3F | 2D | 0 | 30 | 35 | 75 | 20 | 24 |
| Octal | 102 | 171 | 77 | 55 | 0 | 60 | 65 | 165 | 40 | 44 |
| Binary | 1000010 | 1111001 | 111111 | 101101 | 0 | 110000 | 110101 | 1110101 | 100000 | 100100 |
Color Harmonies of #42793F
Complementary color
Monochromatic Colors of #42793F
Black with #42793F
Text Example
Text Example
White with #42793F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42793F; }
p { color: rgb(66,121,63); }
H1.HeaderClassName
{
color: #42793F;
}
.AnyTagClassName
{
color: #42793F;
}
</style>
background-color css
<style>
a { background-color: #42793F; }
a { background-color: rgb(66,121,63); }
div.DivClassName
{
background-color: #42793F;
}
.BgClassName
{
background-color: #42793F;
}
</style>
border-color css
<style>
span { border-color: #42793F; }
span { border-color: rgb(66,121,63); }
td.TdClassName
{
border-color: #42793F;
}
.TagClassName
{
border-color: #42793F;
}
</style>