Shades of Trendy Green #848E28
Tints of Trendy Green #848E28
RGB
CMYK
RGB Variations
Color information
#848E28 (or 0x848E28) is known color: Trendy Green. HEX triplet: 84, 8E and 28. RGB value is (132,142,40). Sum of RGB (Red+Green+Blue) = 132+142+40=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #848E28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848E28 is #7B71D7. Grayscale: #7F7F7F. Windows color (decimal): -8090072 or 2657924. OLE color: 2657924.
HSL color Cylindrical-coordinate representation of color #848E28: hue angle of 65.88º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #848E28 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 142 | 40 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.44 |
| HSL | 65.88º | 0.56% | 0.36% | - |
| HSV(B) | 65.88º | 0.72% | 0.56% | - |
| XYZ | 19.57 | 24.4 | 5.69 | - |
| YUV | 127.38 | 78.69 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 40 | 0.07 | 0 | 0.72 | 0.44 | 65.88 | 0.56 | 0.36 |
| Hex | 84 | 8E | 28 | 7 | 0 | 48 | 2C | 42 | 38 | 24 |
| Octal | 204 | 216 | 50 | 7 | 0 | 110 | 54 | 102 | 70 | 44 |
| Binary | 10000100 | 10001110 | 101000 | 111 | 0 | 1001000 | 101100 | 1000010 | 111000 | 100100 |
Color Harmonies of #848E28
Complementary color
Monochromatic Colors of #848E28
Black with #848E28
Text Example
Text Example
White with #848E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848E28; }
p { color: rgb(132,142,40); }
H1.HeaderClassName
{
color: #848E28;
}
.AnyTagClassName
{
color: #848E28;
}
</style>
background-color css
<style>
a { background-color: #848E28; }
a { background-color: rgb(132,142,40); }
div.DivClassName
{
background-color: #848E28;
}
.BgClassName
{
background-color: #848E28;
}
</style>
border-color css
<style>
span { border-color: #848E28; }
span { border-color: rgb(132,142,40); }
td.TdClassName
{
border-color: #848E28;
}
.TagClassName
{
border-color: #848E28;
}
</style>