Shades of Trendy Green #748029
Tints of Trendy Green #748029
RGB
CMYK
RGB Variations
Color information
#748029 (or 0x748029) is known color: Trendy Green. HEX triplet: 74, 80 and 29. RGB value is (116,128,41). Sum of RGB (Red+Green+Blue) = 116+128+41=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #748029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748029 is #8B7FD6. Grayscale: #727272. Windows color (decimal): -9142231 or 2719860. OLE color: 2719860.
HSL color Cylindrical-coordinate representation of color #748029: hue angle of 68.28º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #748029 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 41 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.50 |
| HSL | 68.28º | 0.51% | 0.33% | - |
| HSV(B) | 68.28º | 0.68% | 0.5% | - |
| XYZ | 15.32 | 19.31 | 5.02 | - |
| YUV | 114.49 | 86.52 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 41 | 0.09 | 0 | 0.68 | 0.50 | 68.28 | 0.51 | 0.33 |
| Hex | 74 | 80 | 29 | 9 | 0 | 44 | 32 | 44 | 33 | 21 |
| Octal | 164 | 200 | 51 | 11 | 0 | 104 | 62 | 104 | 63 | 41 |
| Binary | 1110100 | 10000000 | 101001 | 1001 | 0 | 1000100 | 110010 | 1000100 | 110011 | 100001 |
Color Harmonies of #748029
Complementary color
Monochromatic Colors of #748029
Black with #748029
Text Example
Text Example
White with #748029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748029; }
p { color: rgb(116,128,41); }
H1.HeaderClassName
{
color: #748029;
}
.AnyTagClassName
{
color: #748029;
}
</style>
background-color css
<style>
a { background-color: #748029; }
a { background-color: rgb(116,128,41); }
div.DivClassName
{
background-color: #748029;
}
.BgClassName
{
background-color: #748029;
}
</style>
border-color css
<style>
span { border-color: #748029; }
span { border-color: rgb(116,128,41); }
td.TdClassName
{
border-color: #748029;
}
.TagClassName
{
border-color: #748029;
}
</style>