#31A311

Color #31A311 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #31A311

Tints of Kelly Green #31A311

Color information

#31A311 (or 0x31A311) is unknown color: approx Kelly Green. HEX triplet: 31, A3 and 11. RGB value is (49,163,17). Sum of RGB (Red+Green+Blue) = 49+163+17=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 163 (64.06% from 255 or 71.18% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 163 - color contains mainly: green. Hex color #31A311 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A311 is #CE5CEE. Grayscale: #707070. Windows color (decimal): -13524207 or 1155889. OLE color: 1155889.

HSL color Cylindrical-coordinate representation of color #31A311: hue angle of 106.85º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31A311 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB4916317-
CMYK0.7000.900.36
HSL106.85º81.11%35.29%-
HSV(B)106.85º89.57%63.92%-
XYZ14.4626.894.96-
YUV112.2774.2382.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 163 (64.06% from 255) = 71.18%
BLUE value IS 17 (7.03% from 255) = 7.42%
R=21.40%
G=71.18%
B=7.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49163170.7000.900.36106.8581.1135.29
Hex31A3114605A246b5123
Octal612432110601324415312143
Binary110001101000111000110001100101101010010011010111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31A311; }

 p { color: rgb(49,163,17); }

 H1.HeaderClassName
 {
   color: #31A311;
 }
 .AnyTagClassName
 {
   color: #31A311;
 }
</style>
background-color css

<style>
 a { background-color: #31A311; }

 a { background-color: rgb(49,163,17); }

 div.DivClassName
 {
   background-color: #31A311;
 }
 .BgClassName
 {
   background-color: #31A311;
 }
</style>
border-color css

<style>
 span { border-color: #31A311; }

 span { border-color: rgb(49,163,17); }

 td.TdClassName
 {
   border-color: #31A311;
 }
 .TagClassName
 {
   border-color: #31A311;
 }
</style>