Shades of Fern Green #42723F
Tints of Fern Green #42723F
RGB
CMYK
RGB Variations
Color information
#42723F (or 0x42723F) is known color: Fern Green. HEX triplet: 42, 72 and 3F. RGB value is (66,114,63). Sum of RGB (Red+Green+Blue) = 66+114+63=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #42723F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42723F is #BD8DC0. Grayscale: #5D5D5D. Windows color (decimal): -12422593 or 4158018. OLE color: 4158018.
HSL color Cylindrical-coordinate representation of color #42723F: hue angle of 116.47º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42723F is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 114 | 63 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.55 |
| HSL | 116.47º | 0.29% | 0.35% | - |
| HSV(B) | 116.47º | 0.45% | 0.45% | - |
| XYZ | 9.16 | 13.55 | 6.84 | - |
| YUV | 93.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 63 | 0.42 | 0 | 0.45 | 0.55 | 116.47 | 0.29 | 0.35 |
| Hex | 42 | 72 | 3F | 2A | 0 | 2D | 37 | 74 | 1D | 23 |
| Octal | 102 | 162 | 77 | 52 | 0 | 55 | 67 | 164 | 35 | 43 |
| Binary | 1000010 | 1110010 | 111111 | 101010 | 0 | 101101 | 110111 | 1110100 | 11101 | 100011 |
Color Harmonies of #42723F
Complementary color
Monochromatic Colors of #42723F
Black with #42723F
Text Example
Text Example
White with #42723F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42723F; }
p { color: rgb(66,114,63); }
H1.HeaderClassName
{
color: #42723F;
}
.AnyTagClassName
{
color: #42723F;
}
</style>
background-color css
<style>
a { background-color: #42723F; }
a { background-color: rgb(66,114,63); }
div.DivClassName
{
background-color: #42723F;
}
.BgClassName
{
background-color: #42723F;
}
</style>
border-color css
<style>
span { border-color: #42723F; }
span { border-color: rgb(66,114,63); }
td.TdClassName
{
border-color: #42723F;
}
.TagClassName
{
border-color: #42723F;
}
</style>