#48BA32

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

Shades of Kelly Green #48BA32

Tints of Kelly Green #48BA32

Color information

#48BA32 (or 0x48BA32) is unknown color: approx Kelly Green. HEX triplet: 48, BA and 32. RGB value is (72,186,50). Sum of RGB (Red+Green+Blue) = 72+186+50=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BA32 is #B745CD. Grayscale: #888888. Windows color (decimal): -12010958 or 3324488. OLE color: 3324488.

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

Color convert

RGB7218650-
CMYK0.6100.730.27
HSL110.29º57.63%46.27%-
HSV(B)110.29º73.12%72.94%-
XYZ20.8136.739.01-
YUV136.4179.2382.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 186 (73.05% from 255) = 60.39%
BLUE value IS 50 (19.92% from 255) = 16.23%
R=23.38%
G=60.39%
B=16.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72186500.6100.730.27110.2957.6346.27
Hex48BA323D0491B6e3a2e
Octal11027262750111331567256
Binary10010001011101011001011110101001001110111101110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,186,50); }

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

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

 a { background-color: rgb(72,186,50); }

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

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

 span { border-color: rgb(72,186,50); }

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