Shades of Fern Green #42823F
Tints of Fern Green #42823F
RGB
CMYK
RGB Variations
Color information
#42823F (or 0x42823F) is known color: Fern Green. HEX triplet: 42, 82 and 3F. RGB value is (66,130,63). Sum of RGB (Red+Green+Blue) = 66+130+63=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #42823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42823F is #BD7DC0. Grayscale: #676767. Windows color (decimal): -12418497 or 4162114. OLE color: 4162114.
HSL color Cylindrical-coordinate representation of color #42823F: hue angle of 117.31º 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 #42823F is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 63 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.49 |
| HSL | 117.31º | 0.35% | 0.38% | - |
| HSV(B) | 117.31º | 0.52% | 0.51% | - |
| XYZ | 11.13 | 17.48 | 7.49 | - |
| YUV | 103.23 | 105.3 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 63 | 0.49 | 0 | 0.52 | 0.49 | 117.31 | 0.35 | 0.38 |
| Hex | 42 | 82 | 3F | 31 | 0 | 34 | 31 | 75 | 23 | 26 |
| Octal | 102 | 202 | 77 | 61 | 0 | 64 | 61 | 165 | 43 | 46 |
| Binary | 1000010 | 10000010 | 111111 | 110001 | 0 | 110100 | 110001 | 1110101 | 100011 | 100110 |
Color Harmonies of #42823F
Complementary color
Monochromatic Colors of #42823F
Black with #42823F
Text Example
Text Example
White with #42823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42823F; }
p { color: rgb(66,130,63); }
H1.HeaderClassName
{
color: #42823F;
}
.AnyTagClassName
{
color: #42823F;
}
</style>
background-color css
<style>
a { background-color: #42823F; }
a { background-color: rgb(66,130,63); }
div.DivClassName
{
background-color: #42823F;
}
.BgClassName
{
background-color: #42823F;
}
</style>
border-color css
<style>
span { border-color: #42823F; }
span { border-color: rgb(66,130,63); }
td.TdClassName
{
border-color: #42823F;
}
.TagClassName
{
border-color: #42823F;
}
</style>