Shades of Fern Green #42823E
Tints of Fern Green #42823E
RGB
CMYK
RGB Variations
Color information
#42823E (or 0x42823E) is known color: Fern Green. HEX triplet: 42, 82 and 3E. RGB value is (66,130,62). Sum of RGB (Red+Green+Blue) = 66+130+62=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #42823E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42823E is #BD7DC1. Grayscale: #676767. Windows color (decimal): -12418498 or 4096578. OLE color: 4096578.
HSL color Cylindrical-coordinate representation of color #42823E: hue angle of 116.47º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42823E is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 62 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.49 |
| HSL | 116.47º | 0.35% | 0.38% | - |
| HSV(B) | 116.47º | 0.52% | 0.51% | - |
| XYZ | 11.1 | 17.47 | 7.34 | - |
| YUV | 103.11 | 104.8 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 62 | 0.49 | 0 | 0.52 | 0.49 | 116.47 | 0.35 | 0.38 |
| Hex | 42 | 82 | 3E | 31 | 0 | 34 | 31 | 74 | 23 | 26 |
| Octal | 102 | 202 | 76 | 61 | 0 | 64 | 61 | 164 | 43 | 46 |
| Binary | 1000010 | 10000010 | 111110 | 110001 | 0 | 110100 | 110001 | 1110100 | 100011 | 100110 |
Color Harmonies of #42823E
Complementary color
Monochromatic Colors of #42823E
Black with #42823E
Text Example
Text Example
White with #42823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42823E; }
p { color: rgb(66,130,62); }
H1.HeaderClassName
{
color: #42823E;
}
.AnyTagClassName
{
color: #42823E;
}
</style>
background-color css
<style>
a { background-color: #42823E; }
a { background-color: rgb(66,130,62); }
div.DivClassName
{
background-color: #42823E;
}
.BgClassName
{
background-color: #42823E;
}
</style>
border-color css
<style>
span { border-color: #42823E; }
span { border-color: rgb(66,130,62); }
td.TdClassName
{
border-color: #42823E;
}
.TagClassName
{
border-color: #42823E;
}
</style>