Shades of Trendy Green #827D28
Tints of Trendy Green #827D28
RGB
CMYK
RGB Variations
Color information
#827D28 (or 0x827D28) is known color: Trendy Green. HEX triplet: 82, 7D and 28. RGB value is (130,125,40). Sum of RGB (Red+Green+Blue) = 130+125+40=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #827D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D28 is #7D82D7. Grayscale: #757575. Windows color (decimal): -8225496 or 2653570. OLE color: 2653570.
HSL color Cylindrical-coordinate representation of color #827D28: hue angle of 56.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #827D28 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 40 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.49 |
| HSL | 56.67º | 0.53% | 0.33% | - |
| HSV(B) | 56.67º | 0.69% | 0.51% | - |
| XYZ | 16.92 | 19.57 | 4.89 | - |
| YUV | 116.81 | 84.66 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 40 | 0 | 0.04 | 0.69 | 0.49 | 56.67 | 0.53 | 0.33 |
| Hex | 82 | 7D | 28 | 0 | 4 | 45 | 31 | 39 | 35 | 21 |
| Octal | 202 | 175 | 50 | 0 | 4 | 105 | 61 | 71 | 65 | 41 |
| Binary | 10000010 | 1111101 | 101000 | 0 | 100 | 1000101 | 110001 | 111001 | 110101 | 100001 |
Color Harmonies of #827D28
Complementary color
Monochromatic Colors of #827D28
Black with #827D28
Text Example
Text Example
White with #827D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D28; }
p { color: rgb(130,125,40); }
H1.HeaderClassName
{
color: #827D28;
}
.AnyTagClassName
{
color: #827D28;
}
</style>
background-color css
<style>
a { background-color: #827D28; }
a { background-color: rgb(130,125,40); }
div.DivClassName
{
background-color: #827D28;
}
.BgClassName
{
background-color: #827D28;
}
</style>
border-color css
<style>
span { border-color: #827D28; }
span { border-color: rgb(130,125,40); }
td.TdClassName
{
border-color: #827D28;
}
.TagClassName
{
border-color: #827D28;
}
</style>