#48B630

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

Shades of Kelly Green #48B630

Tints of Kelly Green #48B630

Color information

#48B630 (or 0x48B630) is unknown color: approx Kelly Green. HEX triplet: 48, B6 and 30. RGB value is (72,182,48). Sum of RGB (Red+Green+Blue) = 72+182+48=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 182 (71.48% from 255 or 60.26% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 182 - color contains mainly: green. Hex color #48B630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B630 is #B749CF. Grayscale: #868686. Windows color (decimal): -12011984 or 3192392. OLE color: 3192392.

HSL color Cylindrical-coordinate representation of color #48B630: hue angle of 109.25º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48B630 is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB7218248-
CMYK0.6000.740.29
HSL109.25º58.26%45.1%-
HSV(B)109.25º73.63%71.37%-
XYZ19.9335.058.51-
YUV133.8379.5683.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 182 (71.48% from 255) = 60.26%
BLUE value IS 48 (19.14% from 255) = 15.89%
R=23.84%
G=60.26%
B=15.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72182480.6000.740.29109.2558.2645.1
Hex48B6303C04A1D6d3a2d
Octal11026660740112351557255
Binary10010001011011011000011110001001010111011101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,182,48); }

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

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

 a { background-color: rgb(72,182,48); }

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

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

 span { border-color: rgb(72,182,48); }

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