#48B931

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

Shades of Kelly Green #48B931

Tints of Kelly Green #48B931

Color information

#48B931 (or 0x48B931) is unknown color: approx Kelly Green. HEX triplet: 48, B9 and 31. RGB value is (72,185,49). Sum of RGB (Red+Green+Blue) = 72+185+49=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 185 (72.66% from 255 or 60.46% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 185 - color contains mainly: green. Hex color #48B931 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B931 is #B746CE. Grayscale: #888888. Windows color (decimal): -12011215 or 3258696. OLE color: 3258696.

HSL color Cylindrical-coordinate representation of color #48B931: hue angle of 109.85º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48B931 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB7218549-
CMYK0.6100.740.27
HSL109.85º58.12%45.88%-
HSV(B)109.85º73.51%72.55%-
XYZ20.5836.38.83-
YUV135.7179.0682.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 185 (72.66% from 255) = 60.46%
BLUE value IS 49 (19.53% from 255) = 16.01%
R=23.53%
G=60.46%
B=16.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72185490.6100.740.27109.8558.1245.88
Hex48B9313D04A1B6e3a2e
Octal11027161750112331567256
Binary10010001011100111000111110101001010110111101110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B931; }

 p { color: rgb(72,185,49); }

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

<style>
 a { background-color: #48B931; }

 a { background-color: rgb(72,185,49); }

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

<style>
 span { border-color: #48B931; }

 span { border-color: rgb(72,185,49); }

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