#48AB34

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

Shades of Kelly Green #48AB34

Tints of Kelly Green #48AB34

Color information

#48AB34 (or 0x48AB34) is unknown color: approx Kelly Green. HEX triplet: 48, AB and 34. RGB value is (72,171,52). Sum of RGB (Red+Green+Blue) = 72+171+52=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AB34 is #B754CB. Grayscale: #808080. Windows color (decimal): -12014796 or 3451720. OLE color: 3451720.

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

Color convert

RGB7217152-
CMYK0.5800.700.33
HSL109.92º53.36%43.73%-
HSV(B)109.92º69.59%67.06%-
XYZ17.8630.758.24-
YUV127.8385.288.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 171 (67.19% from 255) = 57.97%
BLUE value IS 52 (20.70% from 255) = 17.63%
R=24.41%
G=57.97%
B=17.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72171520.5800.700.33109.9253.3643.73
Hex48AB343A046216e352c
Octal11025364720106411566554
Binary100100010101011110100111010010001101000011101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,171,52); }

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

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

 a { background-color: rgb(72,171,52); }

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

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

 span { border-color: rgb(72,171,52); }

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