Shades of Fern Green #42823A
Tints of Fern Green #42823A
RGB
CMYK
RGB Variations
Color information
#42823A (or 0x42823A) is known color: Fern Green. HEX triplet: 42, 82 and 3A. RGB value is (66,130,58). Sum of RGB (Red+Green+Blue) = 66+130+58=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #42823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42823A is #BD7DC5. Grayscale: #666666. Windows color (decimal): -12418502 or 3834434. OLE color: 3834434.
HSL color Cylindrical-coordinate representation of color #42823A: hue angle of 113.33º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42823A is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 58 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.49 |
| HSL | 113.33º | 0.38% | 0.37% | - |
| HSV(B) | 113.33º | 0.55% | 0.51% | - |
| XYZ | 10.99 | 17.43 | 6.79 | - |
| YUV | 102.66 | 102.8 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 58 | 0.49 | 0 | 0.55 | 0.49 | 113.33 | 0.38 | 0.37 |
| Hex | 42 | 82 | 3A | 31 | 0 | 37 | 31 | 71 | 26 | 25 |
| Octal | 102 | 202 | 72 | 61 | 0 | 67 | 61 | 161 | 46 | 45 |
| Binary | 1000010 | 10000010 | 111010 | 110001 | 0 | 110111 | 110001 | 1110001 | 100110 | 100101 |
Color Harmonies of #42823A
Complementary color
Monochromatic Colors of #42823A
Black with #42823A
Text Example
Text Example
White with #42823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42823A; }
p { color: rgb(66,130,58); }
H1.HeaderClassName
{
color: #42823A;
}
.AnyTagClassName
{
color: #42823A;
}
</style>
background-color css
<style>
a { background-color: #42823A; }
a { background-color: rgb(66,130,58); }
div.DivClassName
{
background-color: #42823A;
}
.BgClassName
{
background-color: #42823A;
}
</style>
border-color css
<style>
span { border-color: #42823A; }
span { border-color: rgb(66,130,58); }
td.TdClassName
{
border-color: #42823A;
}
.TagClassName
{
border-color: #42823A;
}
</style>