Shades of Kelly Green #31A303
Tints of Kelly Green #31A303
RGB
CMYK
RGB Variations
Color information
#31A303 (or 0x31A303) is known color: Kelly Green. HEX triplet: 31, A3 and 03. RGB value is (49,163,3). Sum of RGB (Red+Green+Blue) = 49+163+3=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 163 (64.06% from 255 or 75.81% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 163 - color contains mainly: green. Hex color #31A303 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A303 is #CE5CFC. Grayscale: #6F6F6F. Windows color (decimal): -13524221 or 238385. OLE color: 238385.
HSL color Cylindrical-coordinate representation of color #31A303: hue angle of 102.75º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31A303 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 163 | 3 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.36 |
| HSL | 102.75º | 0.96% | 0.33% | - |
| HSV(B) | 102.75º | 0.98% | 0.64% | - |
| XYZ | 14.38 | 26.85 | 4.51 | - |
| YUV | 110.67 | 67.23 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 163 | 3 | 0.70 | 0 | 0.98 | 0.36 | 102.75 | 0.96 | 0.33 |
| Hex | 31 | A3 | 3 | 46 | 0 | 62 | 24 | 67 | 60 | 21 |
| Octal | 61 | 243 | 3 | 106 | 0 | 142 | 44 | 147 | 140 | 41 |
| Binary | 110001 | 10100011 | 11 | 1000110 | 0 | 1100010 | 100100 | 1100111 | 1100000 | 100001 |
Color Harmonies of #31A303
Complementary color
Monochromatic Colors of #31A303
Black with #31A303
Text Example
Text Example
White with #31A303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A303; }
p { color: rgb(49,163,3); }
H1.HeaderClassName
{
color: #31A303;
}
.AnyTagClassName
{
color: #31A303;
}
</style>
background-color css
<style>
a { background-color: #31A303; }
a { background-color: rgb(49,163,3); }
div.DivClassName
{
background-color: #31A303;
}
.BgClassName
{
background-color: #31A303;
}
</style>
border-color css
<style>
span { border-color: #31A303; }
span { border-color: rgb(49,163,3); }
td.TdClassName
{
border-color: #31A303;
}
.TagClassName
{
border-color: #31A303;
}
</style>