Shades of Fern Green #42813D
Tints of Fern Green #42813D
RGB
CMYK
RGB Variations
Color information
#42813D (or 0x42813D) is known color: Fern Green. HEX triplet: 42, 81 and 3D. RGB value is (66,129,61). Sum of RGB (Red+Green+Blue) = 66+129+61=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #42813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42813D is #BD7EC2. Grayscale: #666666. Windows color (decimal): -12418755 or 4030786. OLE color: 4030786.
HSL color Cylindrical-coordinate representation of color #42813D: hue angle of 115.59º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42813D is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 61 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.49 |
| HSL | 115.59º | 0.36% | 0.37% | - |
| HSV(B) | 115.59º | 0.53% | 0.51% | - |
| XYZ | 10.94 | 17.2 | 7.16 | - |
| YUV | 102.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 61 | 0.49 | 0 | 0.53 | 0.49 | 115.59 | 0.36 | 0.37 |
| Hex | 42 | 81 | 3D | 31 | 0 | 35 | 31 | 74 | 24 | 25 |
| Octal | 102 | 201 | 75 | 61 | 0 | 65 | 61 | 164 | 44 | 45 |
| Binary | 1000010 | 10000001 | 111101 | 110001 | 0 | 110101 | 110001 | 1110100 | 100100 | 100101 |
Color Harmonies of #42813D
Complementary color
Monochromatic Colors of #42813D
Black with #42813D
Text Example
Text Example
White with #42813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42813D; }
p { color: rgb(66,129,61); }
H1.HeaderClassName
{
color: #42813D;
}
.AnyTagClassName
{
color: #42813D;
}
</style>
background-color css
<style>
a { background-color: #42813D; }
a { background-color: rgb(66,129,61); }
div.DivClassName
{
background-color: #42813D;
}
.BgClassName
{
background-color: #42813D;
}
</style>
border-color css
<style>
span { border-color: #42813D; }
span { border-color: rgb(66,129,61); }
td.TdClassName
{
border-color: #42813D;
}
.TagClassName
{
border-color: #42813D;
}
</style>