#48B022

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

Shades of Kelly Green #48B022

Tints of Kelly Green #48B022

Color information

#48B022 (or 0x48B022) is unknown color: approx Kelly Green. HEX triplet: 48, B0 and 22. RGB value is (72,176,34). Sum of RGB (Red+Green+Blue) = 72+176+34=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 176 (69.14% from 255 or 62.41% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 176 - color contains mainly: green. Hex color #48B022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48B022 is #B74FDD. Grayscale: #818181. Windows color (decimal): -12013534 or 2273352. OLE color: 2273352.

HSL color Cylindrical-coordinate representation of color #48B022: hue angle of 103.94º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48B022 is Cyan = 0.59, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB7217634-
CMYK0.5900.810.31
HSL103.94º67.62%41.18%-
HSV(B)103.94º80.68%69.02%-
XYZ18.4932.546.82-
YUV128.7274.5487.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 176 (69.14% from 255) = 62.41%
BLUE value IS 34 (13.67% from 255) = 12.06%
R=25.53%
G=62.41%
B=12.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72176340.5900.810.31103.9467.6241.18
Hex48B0223B0511F684429
Octal110260427301213715010451
Binary100100010110000100010111011010100011111111010001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,176,34); }

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

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

 a { background-color: rgb(72,176,34); }

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

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

 span { border-color: rgb(72,176,34); }

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