Shades of Trendy Green #818B2B
Tints of Trendy Green #818B2B
RGB
CMYK
RGB Variations
Color information
#818B2B (or 0x818B2B) is known color: Trendy Green. HEX triplet: 81, 8B and 2B. RGB value is (129,139,43). Sum of RGB (Red+Green+Blue) = 129+139+43=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #818B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818B2B is #7E74D4. Grayscale: #7D7D7D. Windows color (decimal): -8287445 or 2853761. OLE color: 2853761.
HSL color Cylindrical-coordinate representation of color #818B2B: hue angle of 66.25º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #818B2B is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 139 | 43 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.45 |
| HSL | 66.25º | 0.53% | 0.36% | - |
| HSV(B) | 66.25º | 0.69% | 0.55% | - |
| XYZ | 18.72 | 23.31 | 5.8 | - |
| YUV | 125.07 | 81.69 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 43 | 0.07 | 0 | 0.69 | 0.45 | 66.25 | 0.53 | 0.36 |
| Hex | 81 | 8B | 2B | 7 | 0 | 45 | 2D | 42 | 35 | 24 |
| Octal | 201 | 213 | 53 | 7 | 0 | 105 | 55 | 102 | 65 | 44 |
| Binary | 10000001 | 10001011 | 101011 | 111 | 0 | 1000101 | 101101 | 1000010 | 110101 | 100100 |
Color Harmonies of #818B2B
Complementary color
Monochromatic Colors of #818B2B
Black with #818B2B
Text Example
Text Example
White with #818B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818B2B; }
p { color: rgb(129,139,43); }
H1.HeaderClassName
{
color: #818B2B;
}
.AnyTagClassName
{
color: #818B2B;
}
</style>
background-color css
<style>
a { background-color: #818B2B; }
a { background-color: rgb(129,139,43); }
div.DivClassName
{
background-color: #818B2B;
}
.BgClassName
{
background-color: #818B2B;
}
</style>
border-color css
<style>
span { border-color: #818B2B; }
span { border-color: rgb(129,139,43); }
td.TdClassName
{
border-color: #818B2B;
}
.TagClassName
{
border-color: #818B2B;
}
</style>