#48C026

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

Shades of Kelly Green #48C026

Tints of Kelly Green #48C026

Color information

#48C026 (or 0x48C026) is unknown color: approx Kelly Green. HEX triplet: 48, C0 and 26. RGB value is (72,192,38). Sum of RGB (Red+Green+Blue) = 72+192+38=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #48C026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C026 is #B73FD9. Grayscale: #8B8B8B. Windows color (decimal): -12009434 or 2539592. OLE color: 2539592.

HSL color Cylindrical-coordinate representation of color #48C026: hue angle of 106.75º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48C026 is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB7219238-
CMYK0.6300.800.25
HSL106.75º66.96%45.1%-
HSV(B)106.75º80.21%75.29%-
XYZ21.8739.228.25-
YUV138.5671.2480.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 192 (75.39% from 255) = 63.58%
BLUE value IS 38 (15.23% from 255) = 12.58%
R=23.84%
G=63.58%
B=12.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72192380.6300.800.25106.7566.9645.1
Hex48C0263F050196b432d
Octal110300467701203115310355
Binary100100011000000100110111111010100001100111010111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,192,38); }

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

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

 a { background-color: rgb(72,192,38); }

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

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

 span { border-color: rgb(72,192,38); }

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