#31B018

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

Shades of Kelly Green #31B018

Tints of Kelly Green #31B018

Color information

#31B018 (or 0x31B018) is unknown color: approx Kelly Green. HEX triplet: 31, B0 and 18. RGB value is (49,176,24). Sum of RGB (Red+Green+Blue) = 49+176+24=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 176 (69.14% from 255 or 70.68% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 176 - color contains mainly: green. Hex color #31B018 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31B018 is #CE4FE7. Grayscale: #797979. Windows color (decimal): -13520872 or 1617969. OLE color: 1617969.

HSL color Cylindrical-coordinate representation of color #31B018: hue angle of 110.13º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31B018 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB4917624-
CMYK0.7200.860.31
HSL110.13º76%39.22%-
HSV(B)110.13º86.36%69.02%-
XYZ16.9631.776.1-
YUV120.773.4276.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 176 (69.14% from 255) = 70.68%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=19.68%
G=70.68%
B=9.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49176240.7200.860.31110.137639.22
Hex31B018480561F6e4c27
Octal612603011001263715611447
Binary11000110110000110001001000010101101111111011101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,176,24); }

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

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

 a { background-color: rgb(49,176,24); }

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

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

 span { border-color: rgb(49,176,24); }

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