#48A301

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

Shades of Kelly Green #48A301

Tints of Kelly Green #48A301

Color information

#48A301 (or 0x48A301) is unknown color: approx Kelly Green. HEX triplet: 48, A3 and 01. RGB value is (72,163,1). Sum of RGB (Red+Green+Blue) = 72+163+1=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 163 (64.06% from 255 or 69.07% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 163 - color contains mainly: green. Hex color #48A301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A301 is #B75CFE. Grayscale: #757575. Windows color (decimal): -12016895 or 107336. OLE color: 107336.

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

Color convert

RGB721631-
CMYK0.5600.990.36
HSL93.7º98.78%32.16%-
HSV(B)93.7º99.39%63.92%-
XYZ15.7827.574.52-
YUV117.3262.3595.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 163 (64.06% from 255) = 69.07%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=30.51%
G=69.07%
B=0.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7216310.5600.990.3693.798.7832.16
Hex48A3138063245e6320
Octal11024317001434413614340
Binary10010001010001111110000110001110010010111101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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