#48CA28

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

Shades of Kelly Green #48CA28

Tints of Kelly Green #48CA28

Color information

#48CA28 (or 0x48CA28) is unknown color: approx Kelly Green. HEX triplet: 48, CA and 28. RGB value is (72,202,40). Sum of RGB (Red+Green+Blue) = 72+202+40=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 202 (79.30% from 255 or 64.33% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CA28 is #B735D7. Grayscale: #919191. Windows color (decimal): -12006872 or 2673224. OLE color: 2673224.

HSL color Cylindrical-coordinate representation of color #48CA28: hue angle of 108.15º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48CA28 is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB7220240-
CMYK0.6400.800.21
HSL108.15º66.94%47.45%-
HSV(B)108.15º80.2%79.22%-
XYZ24.1843.779.18-
YUV144.6668.9376.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 202 (79.30% from 255) = 64.33%
BLUE value IS 40 (16.02% from 255) = 12.74%
R=22.93%
G=64.33%
B=12.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72202400.6400.800.21108.1566.9447.45
Hex48CA2840050156c432f
Octal1103125010001202515410357
Binary1001000110010101010001000000010100001010111011001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,202,40); }

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

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

 a { background-color: rgb(72,202,40); }

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

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

 span { border-color: rgb(72,202,40); }

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