Shades of Trendy Green #838D2B
Tints of Trendy Green #838D2B
RGB
CMYK
RGB Variations
Color information
#838D2B (or 0x838D2B) is known color: Trendy Green. HEX triplet: 83, 8D and 2B. RGB value is (131,141,43). Sum of RGB (Red+Green+Blue) = 131+141+43=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 141 - color contains mainly: green. Hex color #838D2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838D2B is #7C72D4. Grayscale: #7F7F7F. Windows color (decimal): -8155861 or 2854275. OLE color: 2854275.
HSL color Cylindrical-coordinate representation of color #838D2B: hue angle of 66.12º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #838D2B is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 141 | 43 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.45 |
| HSL | 66.12º | 0.53% | 0.36% | - |
| HSV(B) | 66.12º | 0.7% | 0.55% | - |
| XYZ | 19.32 | 24.05 | 5.91 | - |
| YUV | 126.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 43 | 0.07 | 0 | 0.70 | 0.45 | 66.12 | 0.53 | 0.36 |
| Hex | 83 | 8D | 2B | 7 | 0 | 46 | 2D | 42 | 35 | 24 |
| Octal | 203 | 215 | 53 | 7 | 0 | 106 | 55 | 102 | 65 | 44 |
| Binary | 10000011 | 10001101 | 101011 | 111 | 0 | 1000110 | 101101 | 1000010 | 110101 | 100100 |
Color Harmonies of #838D2B
Complementary color
Monochromatic Colors of #838D2B
Black with #838D2B
Text Example
Text Example
White with #838D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D2B; }
p { color: rgb(131,141,43); }
H1.HeaderClassName
{
color: #838D2B;
}
.AnyTagClassName
{
color: #838D2B;
}
</style>
background-color css
<style>
a { background-color: #838D2B; }
a { background-color: rgb(131,141,43); }
div.DivClassName
{
background-color: #838D2B;
}
.BgClassName
{
background-color: #838D2B;
}
</style>
border-color css
<style>
span { border-color: #838D2B; }
span { border-color: rgb(131,141,43); }
td.TdClassName
{
border-color: #838D2B;
}
.TagClassName
{
border-color: #838D2B;
}
</style>