Shades of Kelly Green #31A103
Tints of Kelly Green #31A103
RGB
CMYK
RGB Variations
Color information
#31A103 (or 0x31A103) is known color: Kelly Green. HEX triplet: 31, A1 and 03. RGB value is (49,161,3). Sum of RGB (Red+Green+Blue) = 49+161+3=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 161 (63.28% from 255 or 75.59% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 161 - color contains mainly: green. Hex color #31A103 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A103 is #CE5EFC. Grayscale: #6E6E6E. Windows color (decimal): -13524733 or 237873. OLE color: 237873.
HSL color Cylindrical-coordinate representation of color #31A103: hue angle of 102.53º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31A103 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 3 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.37 |
| HSL | 102.53º | 0.96% | 0.32% | - |
| HSV(B) | 102.53º | 0.98% | 0.63% | - |
| XYZ | 14.03 | 26.15 | 4.39 | - |
| YUV | 109.5 | 67.89 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 3 | 0.70 | 0 | 0.98 | 0.37 | 102.53 | 0.96 | 0.32 |
| Hex | 31 | A1 | 3 | 46 | 0 | 62 | 25 | 67 | 60 | 20 |
| Octal | 61 | 241 | 3 | 106 | 0 | 142 | 45 | 147 | 140 | 40 |
| Binary | 110001 | 10100001 | 11 | 1000110 | 0 | 1100010 | 100101 | 1100111 | 1100000 | 100000 |
Color Harmonies of #31A103
Complementary color
Monochromatic Colors of #31A103
Black with #31A103
Text Example
Text Example
White with #31A103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A103; }
p { color: rgb(49,161,3); }
H1.HeaderClassName
{
color: #31A103;
}
.AnyTagClassName
{
color: #31A103;
}
</style>
background-color css
<style>
a { background-color: #31A103; }
a { background-color: rgb(49,161,3); }
div.DivClassName
{
background-color: #31A103;
}
.BgClassName
{
background-color: #31A103;
}
</style>
border-color css
<style>
span { border-color: #31A103; }
span { border-color: rgb(49,161,3); }
td.TdClassName
{
border-color: #31A103;
}
.TagClassName
{
border-color: #31A103;
}
</style>