#48AA2B

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

Shades of Kelly Green #48AA2B

Tints of Kelly Green #48AA2B

Color information

#48AA2B (or 0x48AA2B) is unknown color: approx Kelly Green. HEX triplet: 48, AA and 2B. RGB value is (72,170,43). Sum of RGB (Red+Green+Blue) = 72+170+43=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 170 (66.80% from 255 or 59.65% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AA2B is #B755D4. Grayscale: #7E7E7E. Windows color (decimal): -12015061 or 2861640. OLE color: 2861640.

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

Color convert

RGB7217043-
CMYK0.5800.750.33
HSL106.3º59.62%41.76%-
HSV(B)106.3º74.71%66.67%-
XYZ17.4830.37.21-
YUV126.2281.0389.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 170 (66.80% from 255) = 59.65%
BLUE value IS 43 (17.19% from 255) = 15.09%
R=25.26%
G=59.65%
B=15.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72170430.5800.750.33106.359.6241.76
Hex48AA2B3A04B216a3c2a
Octal11025253720113411527452
Binary100100010101010101011111010010010111000011101010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,170,43); }

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

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

 a { background-color: rgb(72,170,43); }

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

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

 span { border-color: rgb(72,170,43); }

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