Shades of Trendy Green #828C28
Tints of Trendy Green #828C28
RGB
CMYK
RGB Variations
Color information
#828C28 (or 0x828C28) is known color: Trendy Green. HEX triplet: 82, 8C and 28. RGB value is (130,140,40). Sum of RGB (Red+Green+Blue) = 130+140+40=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 140 - color contains mainly: green. Hex color #828C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828C28 is #7D73D7. Grayscale: #7E7E7E. Windows color (decimal): -8221656 or 2657410. OLE color: 2657410.
HSL color Cylindrical-coordinate representation of color #828C28: hue angle of 66º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #828C28 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 40 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.45 |
| HSL | 66º | 0.56% | 0.35% | - |
| HSV(B) | 66º | 0.71% | 0.55% | - |
| XYZ | 18.97 | 23.66 | 5.57 | - |
| YUV | 125.61 | 79.69 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 40 | 0.07 | 0 | 0.71 | 0.45 | 66 | 0.56 | 0.35 |
| Hex | 82 | 8C | 28 | 7 | 0 | 47 | 2D | 42 | 38 | 23 |
| Octal | 202 | 214 | 50 | 7 | 0 | 107 | 55 | 102 | 70 | 43 |
| Binary | 10000010 | 10001100 | 101000 | 111 | 0 | 1000111 | 101101 | 1000010 | 111000 | 100011 |
Color Harmonies of #828C28
Complementary color
Monochromatic Colors of #828C28
Black with #828C28
Text Example
Text Example
White with #828C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C28; }
p { color: rgb(130,140,40); }
H1.HeaderClassName
{
color: #828C28;
}
.AnyTagClassName
{
color: #828C28;
}
</style>
background-color css
<style>
a { background-color: #828C28; }
a { background-color: rgb(130,140,40); }
div.DivClassName
{
background-color: #828C28;
}
.BgClassName
{
background-color: #828C28;
}
</style>
border-color css
<style>
span { border-color: #828C28; }
span { border-color: rgb(130,140,40); }
td.TdClassName
{
border-color: #828C28;
}
.TagClassName
{
border-color: #828C28;
}
</style>