Shades of Trendy Green #72821D
Tints of Trendy Green #72821D
RGB
CMYK
RGB Variations
Color information
#72821D (or 0x72821D) is known color: Trendy Green. HEX triplet: 72, 82 and 1D. RGB value is (114,130,29). Sum of RGB (Red+Green+Blue) = 114+130+29=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #72821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72821D is #8D7DE2. Grayscale: #727272. Windows color (decimal): -9272803 or 1933938. OLE color: 1933938.
HSL color Cylindrical-coordinate representation of color #72821D: hue angle of 69.5º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72821D is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 29 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.49 |
| HSL | 69.5º | 0.64% | 0.31% | - |
| HSV(B) | 69.5º | 0.78% | 0.51% | - |
| XYZ | 15.14 | 19.63 | 4.15 | - |
| YUV | 113.7 | 80.2 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 29 | 0.12 | 0 | 0.78 | 0.49 | 69.5 | 0.64 | 0.31 |
| Hex | 72 | 82 | 1D | C | 0 | 4E | 31 | 46 | 40 | 1F |
| Octal | 162 | 202 | 35 | 14 | 0 | 116 | 61 | 106 | 100 | 37 |
| Binary | 1110010 | 10000010 | 11101 | 1100 | 0 | 1001110 | 110001 | 1000110 | 1000000 | 11111 |
Color Harmonies of #72821D
Complementary color
Monochromatic Colors of #72821D
Black with #72821D
Text Example
Text Example
White with #72821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72821D; }
p { color: rgb(114,130,29); }
H1.HeaderClassName
{
color: #72821D;
}
.AnyTagClassName
{
color: #72821D;
}
</style>
background-color css
<style>
a { background-color: #72821D; }
a { background-color: rgb(114,130,29); }
div.DivClassName
{
background-color: #72821D;
}
.BgClassName
{
background-color: #72821D;
}
</style>
border-color css
<style>
span { border-color: #72821D; }
span { border-color: rgb(114,130,29); }
td.TdClassName
{
border-color: #72821D;
}
.TagClassName
{
border-color: #72821D;
}
</style>