#48AC2E

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

Shades of Kelly Green #48AC2E

Tints of Kelly Green #48AC2E

Color information

#48AC2E (or 0x48AC2E) is unknown color: approx Kelly Green. HEX triplet: 48, AC and 2E. RGB value is (72,172,46). Sum of RGB (Red+Green+Blue) = 72+172+46=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #48AC2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AC2E is #B753D1. Grayscale: #808080. Windows color (decimal): -12014546 or 3058760. OLE color: 3058760.

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

Color convert

RGB7217246-
CMYK0.5800.730.33
HSL107.62º57.8%42.75%-
HSV(B)107.62º73.26%67.45%-
XYZ17.9231.087.64-
YUV127.7481.8788.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 172 (67.58% from 255) = 59.31%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=24.83%
G=59.31%
B=15.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72172460.5800.730.33107.6257.842.75
Hex48AC2E3A049216c3a2b
Octal11025456720111411547253
Binary100100010101100101110111010010010011000011101100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,172,46); }

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

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

 a { background-color: rgb(72,172,46); }

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

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

 span { border-color: rgb(72,172,46); }

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