Shades of Trendy Green #72812F
Tints of Trendy Green #72812F
RGB
CMYK
RGB Variations
Color information
#72812F (or 0x72812F) is known color: Trendy Green. HEX triplet: 72, 81 and 2F. RGB value is (114,129,47). Sum of RGB (Red+Green+Blue) = 114+129+47=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #72812F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72812F is #8D7ED0. Grayscale: #737373. Windows color (decimal): -9273041 or 3113330. OLE color: 3113330.
HSL color Cylindrical-coordinate representation of color #72812F: hue angle of 70.98º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72812F is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 129 | 47 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.49 |
| HSL | 70.98º | 0.47% | 0.35% | - |
| HSV(B) | 70.98º | 0.64% | 0.51% | - |
| XYZ | 15.3 | 19.48 | 5.64 | - |
| YUV | 115.17 | 89.53 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 47 | 0.12 | 0 | 0.64 | 0.49 | 70.98 | 0.47 | 0.35 |
| Hex | 72 | 81 | 2F | C | 0 | 40 | 31 | 47 | 2F | 23 |
| Octal | 162 | 201 | 57 | 14 | 0 | 100 | 61 | 107 | 57 | 43 |
| Binary | 1110010 | 10000001 | 101111 | 1100 | 0 | 1000000 | 110001 | 1000111 | 101111 | 100011 |
Color Harmonies of #72812F
Complementary color
Monochromatic Colors of #72812F
Black with #72812F
Text Example
Text Example
White with #72812F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72812F; }
p { color: rgb(114,129,47); }
H1.HeaderClassName
{
color: #72812F;
}
.AnyTagClassName
{
color: #72812F;
}
</style>
background-color css
<style>
a { background-color: #72812F; }
a { background-color: rgb(114,129,47); }
div.DivClassName
{
background-color: #72812F;
}
.BgClassName
{
background-color: #72812F;
}
</style>
border-color css
<style>
span { border-color: #72812F; }
span { border-color: rgb(114,129,47); }
td.TdClassName
{
border-color: #72812F;
}
.TagClassName
{
border-color: #72812F;
}
</style>