Shades of Lima #73AA2F
Tints of Lima #73AA2F
RGB
CMYK
RGB Variations
Color information
#73AA2F (or 0x73AA2F) is known color: Lima. HEX triplet: 73, AA and 2F. RGB value is (115,170,47). Sum of RGB (Red+Green+Blue) = 115+170+47=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AA2F is #8C55D0. Grayscale: #8B8B8B. Windows color (decimal): -9197009 or 3123827. OLE color: 3123827.
HSL color Cylindrical-coordinate representation of color #73AA2F: hue angle of 86.83º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73AA2F is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 47 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.33 |
| HSL | 86.83º | 0.57% | 0.43% | - |
| HSV(B) | 86.83º | 0.72% | 0.67% | - |
| XYZ | 21.96 | 32.6 | 7.82 | - |
| YUV | 139.53 | 75.78 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 47 | 0.32 | 0 | 0.72 | 0.33 | 86.83 | 0.57 | 0.43 |
| Hex | 73 | AA | 2F | 20 | 0 | 48 | 21 | 57 | 39 | 2B |
| Octal | 163 | 252 | 57 | 40 | 0 | 110 | 41 | 127 | 71 | 53 |
| Binary | 1110011 | 10101010 | 101111 | 100000 | 0 | 1001000 | 100001 | 1010111 | 111001 | 101011 |
Color Harmonies of #73AA2F
Complementary color
Monochromatic Colors of #73AA2F
Black with #73AA2F
Text Example
Text Example
White with #73AA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA2F; }
p { color: rgb(115,170,47); }
H1.HeaderClassName
{
color: #73AA2F;
}
.AnyTagClassName
{
color: #73AA2F;
}
</style>
background-color css
<style>
a { background-color: #73AA2F; }
a { background-color: rgb(115,170,47); }
div.DivClassName
{
background-color: #73AA2F;
}
.BgClassName
{
background-color: #73AA2F;
}
</style>
border-color css
<style>
span { border-color: #73AA2F; }
span { border-color: rgb(115,170,47); }
td.TdClassName
{
border-color: #73AA2F;
}
.TagClassName
{
border-color: #73AA2F;
}
</style>