Shades of Fern Green #42783D
Tints of Fern Green #42783D
RGB
CMYK
RGB Variations
Color information
#42783D (or 0x42783D) is known color: Fern Green. HEX triplet: 42, 78 and 3D. RGB value is (66,120,61). Sum of RGB (Red+Green+Blue) = 66+120+61=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #42783D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42783D is #BD87C2. Grayscale: #616161. Windows color (decimal): -12421059 or 4028482. OLE color: 4028482.
HSL color Cylindrical-coordinate representation of color #42783D: hue angle of 114.92º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42783D is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 120 | 61 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.53 |
| HSL | 114.92º | 0.33% | 0.35% | - |
| HSV(B) | 114.92º | 0.49% | 0.47% | - |
| XYZ | 9.81 | 14.93 | 6.78 | - |
| YUV | 97.13 | 107.61 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 120 | 61 | 0.45 | 0 | 0.49 | 0.53 | 114.92 | 0.33 | 0.35 |
| Hex | 42 | 78 | 3D | 2D | 0 | 31 | 35 | 73 | 21 | 23 |
| Octal | 102 | 170 | 75 | 55 | 0 | 61 | 65 | 163 | 41 | 43 |
| Binary | 1000010 | 1111000 | 111101 | 101101 | 0 | 110001 | 110101 | 1110011 | 100001 | 100011 |
Color Harmonies of #42783D
Complementary color
Monochromatic Colors of #42783D
Black with #42783D
Text Example
Text Example
White with #42783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42783D; }
p { color: rgb(66,120,61); }
H1.HeaderClassName
{
color: #42783D;
}
.AnyTagClassName
{
color: #42783D;
}
</style>
background-color css
<style>
a { background-color: #42783D; }
a { background-color: rgb(66,120,61); }
div.DivClassName
{
background-color: #42783D;
}
.BgClassName
{
background-color: #42783D;
}
</style>
border-color css
<style>
span { border-color: #42783D; }
span { border-color: rgb(66,120,61); }
td.TdClassName
{
border-color: #42783D;
}
.TagClassName
{
border-color: #42783D;
}
</style>