Shades of Fern Green #42813C
Tints of Fern Green #42813C
RGB
CMYK
RGB Variations
Color information
#42813C (or 0x42813C) is known color: Fern Green. HEX triplet: 42, 81 and 3C. RGB value is (66,129,60). Sum of RGB (Red+Green+Blue) = 66+129+60=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #42813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42813C is #BD7EC3. Grayscale: #666666. Windows color (decimal): -12418756 or 3965250. OLE color: 3965250.
HSL color Cylindrical-coordinate representation of color #42813C: hue angle of 114.78º degrees, saturation: 0.37, 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 #42813C is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 60 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.49 |
| HSL | 114.78º | 0.37% | 0.37% | - |
| HSV(B) | 114.78º | 0.53% | 0.51% | - |
| XYZ | 10.91 | 17.19 | 7.02 | - |
| YUV | 102.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 60 | 0.49 | 0 | 0.53 | 0.49 | 114.78 | 0.37 | 0.37 |
| Hex | 42 | 81 | 3C | 31 | 0 | 35 | 31 | 73 | 25 | 25 |
| Octal | 102 | 201 | 74 | 61 | 0 | 65 | 61 | 163 | 45 | 45 |
| Binary | 1000010 | 10000001 | 111100 | 110001 | 0 | 110101 | 110001 | 1110011 | 100101 | 100101 |
Color Harmonies of #42813C
Complementary color
Monochromatic Colors of #42813C
Black with #42813C
Text Example
Text Example
White with #42813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42813C; }
p { color: rgb(66,129,60); }
H1.HeaderClassName
{
color: #42813C;
}
.AnyTagClassName
{
color: #42813C;
}
</style>
background-color css
<style>
a { background-color: #42813C; }
a { background-color: rgb(66,129,60); }
div.DivClassName
{
background-color: #42813C;
}
.BgClassName
{
background-color: #42813C;
}
</style>
border-color css
<style>
span { border-color: #42813C; }
span { border-color: rgb(66,129,60); }
td.TdClassName
{
border-color: #42813C;
}
.TagClassName
{
border-color: #42813C;
}
</style>