#48BA29

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

Shades of Kelly Green #48BA29

Tints of Kelly Green #48BA29

Color information

#48BA29 (or 0x48BA29) is unknown color: approx Kelly Green. HEX triplet: 48, BA and 29. RGB value is (72,186,41). Sum of RGB (Red+Green+Blue) = 72+186+41=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BA29 is #B745D6. Grayscale: #878787. Windows color (decimal): -12010967 or 2734664. OLE color: 2734664.

HSL color Cylindrical-coordinate representation of color #48BA29: hue angle of 107.17º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48BA29 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB7218641-
CMYK0.6100.780.27
HSL107.17º63.88%44.51%-
HSV(B)107.17º77.96%72.94%-
XYZ20.6336.668.09-
YUV135.3874.7382.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 186 (73.05% from 255) = 62.21%
BLUE value IS 41 (16.41% from 255) = 13.71%
R=24.08%
G=62.21%
B=13.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72186410.6100.780.27107.1763.8844.51
Hex48BA293D04E1B6b402d
Octal110272517501163315310055
Binary100100010111010101001111101010011101101111010111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,186,41); }

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

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

 a { background-color: rgb(72,186,41); }

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

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

 span { border-color: rgb(72,186,41); }

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