Shades of Kelly Green #31A105
Tints of Kelly Green #31A105
RGB
CMYK
RGB Variations
Color information
#31A105 (or 0x31A105) is known color: Kelly Green. HEX triplet: 31, A1 and 05. RGB value is (49,161,5). Sum of RGB (Red+Green+Blue) = 49+161+5=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 161 (63.28% from 255 or 74.88% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 161 - color contains mainly: green. Hex color #31A105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A105 is #CE5EFA. Grayscale: #6E6E6E. Windows color (decimal): -13524731 or 368945. OLE color: 368945.
HSL color Cylindrical-coordinate representation of color #31A105: hue angle of 103.08º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31A105 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 5 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.37 |
| HSL | 103.08º | 0.94% | 0.33% | - |
| HSV(B) | 103.08º | 0.97% | 0.63% | - |
| XYZ | 14.04 | 26.15 | 4.45 | - |
| YUV | 109.73 | 68.89 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 5 | 0.70 | 0 | 0.97 | 0.37 | 103.08 | 0.94 | 0.33 |
| Hex | 31 | A1 | 5 | 46 | 0 | 61 | 25 | 67 | 5E | 21 |
| Octal | 61 | 241 | 5 | 106 | 0 | 141 | 45 | 147 | 136 | 41 |
| Binary | 110001 | 10100001 | 101 | 1000110 | 0 | 1100001 | 100101 | 1100111 | 1011110 | 100001 |
Color Harmonies of #31A105
Complementary color
Monochromatic Colors of #31A105
Black with #31A105
Text Example
Text Example
White with #31A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A105; }
p { color: rgb(49,161,5); }
H1.HeaderClassName
{
color: #31A105;
}
.AnyTagClassName
{
color: #31A105;
}
</style>
background-color css
<style>
a { background-color: #31A105; }
a { background-color: rgb(49,161,5); }
div.DivClassName
{
background-color: #31A105;
}
.BgClassName
{
background-color: #31A105;
}
</style>
border-color css
<style>
span { border-color: #31A105; }
span { border-color: rgb(49,161,5); }
td.TdClassName
{
border-color: #31A105;
}
.TagClassName
{
border-color: #31A105;
}
</style>