Shades of Kelly Green #31A002
Tints of Kelly Green #31A002
RGB
CMYK
RGB Variations
Color information
#31A002 (or 0x31A002) is known color: Kelly Green. HEX triplet: 31, A0 and 02. RGB value is (49,160,2). Sum of RGB (Red+Green+Blue) = 49+160+2=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 160 (62.89% from 255 or 75.83% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 160 - color contains mainly: green. Hex color #31A002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A002 is #CE5FFD. Grayscale: #6D6D6D. Windows color (decimal): -13524990 or 172081. OLE color: 172081.
HSL color Cylindrical-coordinate representation of color #31A002: hue angle of 102.15º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31A002 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.37 |
| HSL | 102.15º | 0.98% | 0.32% | - |
| HSV(B) | 102.15º | 0.99% | 0.63% | - |
| XYZ | 13.85 | 25.8 | 4.31 | - |
| YUV | 108.8 | 67.73 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 2 | 0.69 | 0 | 0.99 | 0.37 | 102.15 | 0.98 | 0.32 |
| Hex | 31 | A0 | 2 | 45 | 0 | 63 | 25 | 66 | 62 | 20 |
| Octal | 61 | 240 | 2 | 105 | 0 | 143 | 45 | 146 | 142 | 40 |
| Binary | 110001 | 10100000 | 10 | 1000101 | 0 | 1100011 | 100101 | 1100110 | 1100010 | 100000 |
Color Harmonies of #31A002
Complementary color
Monochromatic Colors of #31A002
Black with #31A002
Text Example
Text Example
White with #31A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A002; }
p { color: rgb(49,160,2); }
H1.HeaderClassName
{
color: #31A002;
}
.AnyTagClassName
{
color: #31A002;
}
</style>
background-color css
<style>
a { background-color: #31A002; }
a { background-color: rgb(49,160,2); }
div.DivClassName
{
background-color: #31A002;
}
.BgClassName
{
background-color: #31A002;
}
</style>
border-color css
<style>
span { border-color: #31A002; }
span { border-color: rgb(49,160,2); }
td.TdClassName
{
border-color: #31A002;
}
.TagClassName
{
border-color: #31A002;
}
</style>