#31ac20

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

Shades of Kelly Green #31AC20

Tints of Kelly Green #31AC20

Color information

#31AC20 (or 0x31AC20) is unknown color: approx Kelly Green. HEX triplet: 31, AC and 20. RGB value is (49,172,32). Sum of RGB (Red+Green+Blue) = 49+172+32=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 172 (67.58% from 255 or 67.98% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AC20 is #CE53DF. Grayscale: #777777. Windows color (decimal): -13521888 or 2141233. OLE color: 2141233.

HSL color Cylindrical-coordinate representation of color #31AC20: hue angle of 112.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31AC20 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB4917232-
CMYK0.7200.810.33
HSL112.71º68.63%40%-
HSV(B)112.71º81.4%67.45%-
XYZ16.2830.266.35-
YUV119.2678.7577.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 172 (67.58% from 255) = 67.98%
BLUE value IS 32 (12.89% from 255) = 12.65%
R=19.37%
G=67.98%
B=12.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49172320.7200.810.33112.7168.6340
Hex31AC204805121714528
Octal612544011001214116110550
Binary1100011010110010000010010000101000110000111100011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31ac20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,172,32); }

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

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

 a { background-color: rgb(49,172,32); }

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

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

 span { border-color: rgb(49,172,32); }

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