#31B313

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

Shades of Kelly Green #31B313

Tints of Kelly Green #31B313

Color information

#31B313 (or 0x31B313) is unknown color: approx Kelly Green. HEX triplet: 31, B3 and 13. RGB value is (49,179,19). Sum of RGB (Red+Green+Blue) = 49+179+19=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 179 (70.31% from 255 or 72.47% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 179 - color contains mainly: green. Hex color #31B313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B313 is #CE4CEC. Grayscale: #7A7A7A. Windows color (decimal): -13520109 or 1291057. OLE color: 1291057.

HSL color Cylindrical-coordinate representation of color #31B313: hue angle of 108.75º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31B313 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB4917919-
CMYK0.7300.890.30
HSL108.75º80.81%38.82%-
HSV(B)108.75º89.39%70.2%-
XYZ17.532.946.05-
YUV121.8969.9376.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 179 (70.31% from 255) = 72.47%
BLUE value IS 19 (7.81% from 255) = 7.69%
R=19.84%
G=72.47%
B=7.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49179190.7300.890.30108.7580.8138.82
Hex31B313490591E6d5127
Octal612632311101313615512147
Binary11000110110011100111001001010110011111011011011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,179,19); }

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

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

 a { background-color: rgb(49,179,19); }

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

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

 span { border-color: rgb(49,179,19); }

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