Shades of Trendy Green #838A2C
Tints of Trendy Green #838A2C
RGB
CMYK
RGB Variations
Color information
#838A2C (or 0x838A2C) is known color: Trendy Green. HEX triplet: 83, 8A and 2C. RGB value is (131,138,44). Sum of RGB (Red+Green+Blue) = 131+138+44=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #838A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838A2C is #7C75D3. Grayscale: #7D7D7D. Windows color (decimal): -8156628 or 2919043. OLE color: 2919043.
HSL color Cylindrical-coordinate representation of color #838A2C: hue angle of 64.47º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #838A2C is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 138 | 44 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.46 |
| HSL | 64.47º | 0.52% | 0.36% | - |
| HSV(B) | 64.47º | 0.68% | 0.54% | - |
| XYZ | 18.9 | 23.18 | 5.86 | - |
| YUV | 125.19 | 82.18 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 44 | 0.05 | 0 | 0.68 | 0.46 | 64.47 | 0.52 | 0.36 |
| Hex | 83 | 8A | 2C | 5 | 0 | 44 | 2E | 40 | 34 | 24 |
| Octal | 203 | 212 | 54 | 5 | 0 | 104 | 56 | 100 | 64 | 44 |
| Binary | 10000011 | 10001010 | 101100 | 101 | 0 | 1000100 | 101110 | 1000000 | 110100 | 100100 |
Color Harmonies of #838A2C
Complementary color
Monochromatic Colors of #838A2C
Black with #838A2C
Text Example
Text Example
White with #838A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A2C; }
p { color: rgb(131,138,44); }
H1.HeaderClassName
{
color: #838A2C;
}
.AnyTagClassName
{
color: #838A2C;
}
</style>
background-color css
<style>
a { background-color: #838A2C; }
a { background-color: rgb(131,138,44); }
div.DivClassName
{
background-color: #838A2C;
}
.BgClassName
{
background-color: #838A2C;
}
</style>
border-color css
<style>
span { border-color: #838A2C; }
span { border-color: rgb(131,138,44); }
td.TdClassName
{
border-color: #838A2C;
}
.TagClassName
{
border-color: #838A2C;
}
</style>