Shades of Kelly Green #31A402
Tints of Kelly Green #31A402
RGB
CMYK
RGB Variations
Color information
#31A402 (or 0x31A402) is known color: Kelly Green. HEX triplet: 31, A4 and 02. RGB value is (49,164,2). Sum of RGB (Red+Green+Blue) = 49+164+2=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 164 (64.45% from 255 or 76.28% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 164 - color contains mainly: green. Hex color #31A402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A402 is #CE5BFD. Grayscale: #6F6F6F. Windows color (decimal): -13523966 or 173105. OLE color: 173105.
HSL color Cylindrical-coordinate representation of color #31A402: hue angle of 102.59º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31A402 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 2 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.36 |
| HSL | 102.59º | 0.98% | 0.33% | - |
| HSV(B) | 102.59º | 0.99% | 0.64% | - |
| XYZ | 14.55 | 27.21 | 4.54 | - |
| YUV | 111.15 | 66.4 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 2 | 0.70 | 0 | 0.99 | 0.36 | 102.59 | 0.98 | 0.33 |
| Hex | 31 | A4 | 2 | 46 | 0 | 63 | 24 | 67 | 62 | 21 |
| Octal | 61 | 244 | 2 | 106 | 0 | 143 | 44 | 147 | 142 | 41 |
| Binary | 110001 | 10100100 | 10 | 1000110 | 0 | 1100011 | 100100 | 1100111 | 1100010 | 100001 |
Color Harmonies of #31A402
Complementary color
Monochromatic Colors of #31A402
Black with #31A402
Text Example
Text Example
White with #31A402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A402; }
p { color: rgb(49,164,2); }
H1.HeaderClassName
{
color: #31A402;
}
.AnyTagClassName
{
color: #31A402;
}
</style>
background-color css
<style>
a { background-color: #31A402; }
a { background-color: rgb(49,164,2); }
div.DivClassName
{
background-color: #31A402;
}
.BgClassName
{
background-color: #31A402;
}
</style>
border-color css
<style>
span { border-color: #31A402; }
span { border-color: rgb(49,164,2); }
td.TdClassName
{
border-color: #31A402;
}
.TagClassName
{
border-color: #31A402;
}
</style>