#31B30A

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

Shades of Kelly Green #31B30A

Tints of Kelly Green #31B30A

Color information

#31B30A (or 0x31B30A) is unknown color: approx Kelly Green. HEX triplet: 31, B3 and 0A. RGB value is (49,179,10). Sum of RGB (Red+Green+Blue) = 49+179+10=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 179 (70.31% from 255 or 75.21% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 179 - color contains mainly: green. Hex color #31B30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B30A is #CE4CF5. Grayscale: #797979. Windows color (decimal): -13520118 or 701233. OLE color: 701233.

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

Color convert

RGB4917910-
CMYK0.7300.940.30
HSL106.15º89.42%37.06%-
HSV(B)106.15º94.41%70.2%-
XYZ17.4432.925.72-
YUV120.8665.4376.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 179 (70.31% from 255) = 75.21%
BLUE value IS 10 (4.30% from 255) = 4.20%
R=20.59%
G=75.21%
B=4.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49179100.7300.940.30106.1589.4237.06
Hex31B3A4905E1E6a5925
Octal612631211101363615213145
Binary1100011011001110101001001010111101111011010101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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