Shades of Fern Green #42873F
Tints of Fern Green #42873F
RGB
CMYK
RGB Variations
Color information
#42873F (or 0x42873F) is known color: Fern Green. HEX triplet: 42, 87 and 3F. RGB value is (66,135,63). Sum of RGB (Red+Green+Blue) = 66+135+63=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #42873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42873F is #BD78C0. Grayscale: #6A6A6A. Windows color (decimal): -12417217 or 4163394. OLE color: 4163394.
HSL color Cylindrical-coordinate representation of color #42873F: hue angle of 117.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42873F is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 63 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.47 |
| HSL | 117.5º | 0.36% | 0.39% | - |
| HSV(B) | 117.5º | 0.53% | 0.53% | - |
| XYZ | 11.81 | 18.85 | 7.72 | - |
| YUV | 106.16 | 103.64 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 63 | 0.51 | 0 | 0.53 | 0.47 | 117.5 | 0.36 | 0.39 |
| Hex | 42 | 87 | 3F | 33 | 0 | 35 | 2F | 76 | 24 | 27 |
| Octal | 102 | 207 | 77 | 63 | 0 | 65 | 57 | 166 | 44 | 47 |
| Binary | 1000010 | 10000111 | 111111 | 110011 | 0 | 110101 | 101111 | 1110110 | 100100 | 100111 |
Color Harmonies of #42873F
Complementary color
Monochromatic Colors of #42873F
Black with #42873F
Text Example
Text Example
White with #42873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42873F; }
p { color: rgb(66,135,63); }
H1.HeaderClassName
{
color: #42873F;
}
.AnyTagClassName
{
color: #42873F;
}
</style>
background-color css
<style>
a { background-color: #42873F; }
a { background-color: rgb(66,135,63); }
div.DivClassName
{
background-color: #42873F;
}
.BgClassName
{
background-color: #42873F;
}
</style>
border-color css
<style>
span { border-color: #42873F; }
span { border-color: rgb(66,135,63); }
td.TdClassName
{
border-color: #42873F;
}
.TagClassName
{
border-color: #42873F;
}
</style>