Shades of Trendy Green #838E27
Tints of Trendy Green #838E27
RGB
CMYK
RGB Variations
Color information
#838E27 (or 0x838E27) is known color: Trendy Green. HEX triplet: 83, 8E and 27. RGB value is (131,142,39). Sum of RGB (Red+Green+Blue) = 131+142+39=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 142 - color contains mainly: green. Hex color #838E27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838E27 is #7C71D8. Grayscale: #7F7F7F. Windows color (decimal): -8155609 or 2592387. OLE color: 2592387.
HSL color Cylindrical-coordinate representation of color #838E27: hue angle of 66.41º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #838E27 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 142 | 39 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.44 |
| HSL | 66.41º | 0.57% | 0.35% | - |
| HSV(B) | 66.41º | 0.73% | 0.56% | - |
| XYZ | 19.4 | 24.32 | 5.59 | - |
| YUV | 126.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 142 | 39 | 0.08 | 0 | 0.73 | 0.44 | 66.41 | 0.57 | 0.35 |
| Hex | 83 | 8E | 27 | 8 | 0 | 49 | 2C | 42 | 39 | 23 |
| Octal | 203 | 216 | 47 | 10 | 0 | 111 | 54 | 102 | 71 | 43 |
| Binary | 10000011 | 10001110 | 100111 | 1000 | 0 | 1001001 | 101100 | 1000010 | 111001 | 100011 |
Color Harmonies of #838E27
Complementary color
Monochromatic Colors of #838E27
Black with #838E27
Text Example
Text Example
White with #838E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838E27; }
p { color: rgb(131,142,39); }
H1.HeaderClassName
{
color: #838E27;
}
.AnyTagClassName
{
color: #838E27;
}
</style>
background-color css
<style>
a { background-color: #838E27; }
a { background-color: rgb(131,142,39); }
div.DivClassName
{
background-color: #838E27;
}
.BgClassName
{
background-color: #838E27;
}
</style>
border-color css
<style>
span { border-color: #838E27; }
span { border-color: rgb(131,142,39); }
td.TdClassName
{
border-color: #838E27;
}
.TagClassName
{
border-color: #838E27;
}
</style>