#31B70F

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

Shades of Kelly Green #31B70F

Tints of Kelly Green #31B70F

Color information

#31B70F (or 0x31B70F) is unknown color: approx Kelly Green. HEX triplet: 31, B7 and 0F. RGB value is (49,183,15). Sum of RGB (Red+Green+Blue) = 49+183+15=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 183 (71.88% from 255 or 74.09% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 183 - color contains mainly: green. Hex color #31B70F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B70F is #CE48F0. Grayscale: #7C7C7C. Windows color (decimal): -13519089 or 1029937. OLE color: 1029937.

HSL color Cylindrical-coordinate representation of color #31B70F: hue angle of 107.86º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31B70F is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB4918315-
CMYK0.7300.920.28
HSL107.86º84.85%38.82%-
HSV(B)107.86º91.8%71.76%-
XYZ18.2934.556.16-
YUV123.7866.6174.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 183 (71.88% from 255) = 74.09%
BLUE value IS 15 (6.25% from 255) = 6.07%
R=19.84%
G=74.09%
B=6.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal49183150.7300.920.28107.8684.8538.82
Hex31B7F4905C1C6c5527
Octal612671711101343415412547
Binary1100011011011111111001001010111001110011011001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,183,15); }

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

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

 a { background-color: rgb(49,183,15); }

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

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

 span { border-color: rgb(49,183,15); }

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