#48B219

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

Shades of Kelly Green #48B219

Tints of Kelly Green #48B219

Color information

#48B219 (or 0x48B219) is unknown color: approx Kelly Green. HEX triplet: 48, B2 and 19. RGB value is (72,178,25). Sum of RGB (Red+Green+Blue) = 72+178+25=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 178 (69.92% from 255 or 64.73% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 178 - color contains mainly: green. Hex color #48B219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48B219 is #B74DE6. Grayscale: #818181. Windows color (decimal): -12013031 or 1684040. OLE color: 1684040.

HSL color Cylindrical-coordinate representation of color #48B219: hue angle of 101.57º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48B219 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB7217825-
CMYK0.6000.860.30
HSL101.57º75.37%39.8%-
HSV(B)101.57º85.96%69.8%-
XYZ18.7733.296.36-
YUV128.8669.3887.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 178 (69.92% from 255) = 64.73%
BLUE value IS 25 (10.16% from 255) = 9.09%
R=26.18%
G=64.73%
B=9.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal72178250.6000.860.30101.5775.3739.8
Hex48B2193C0561E664b28
Octal110262317401263614611350
Binary10010001011001011001111100010101101111011001101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,178,25); }

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

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

 a { background-color: rgb(72,178,25); }

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

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

 span { border-color: rgb(72,178,25); }

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