#48A304

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

Shades of Kelly Green #48A304

Tints of Kelly Green #48A304

Color information

#48A304 (or 0x48A304) is unknown color: approx Kelly Green. HEX triplet: 48, A3 and 04. RGB value is (72,163,4). Sum of RGB (Red+Green+Blue) = 72+163+4=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 163 (64.06% from 255 or 68.20% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 163 - color contains mainly: green. Hex color #48A304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A304 is #B75CFB. Grayscale: #767676. Windows color (decimal): -12016892 or 303944. OLE color: 303944.

HSL color Cylindrical-coordinate representation of color #48A304: hue angle of 94.34º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48A304 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB721634-
CMYK0.5600.980.36
HSL94.34º95.21%32.75%-
HSV(B)94.34º97.55%63.92%-
XYZ15.7927.584.61-
YUV117.6663.8595.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 163 (64.06% from 255) = 68.20%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=30.13%
G=68.20%
B=1.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7216340.5600.980.3694.3495.2132.75
Hex48A3438062245e5f21
Octal11024347001424413613741
Binary1001000101000111001110000110001010010010111101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,163,4); }

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

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

 a { background-color: rgb(72,163,4); }

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

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

 span { border-color: rgb(72,163,4); }

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