#48D292

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

Shades of Shamrock #48D292

Tints of Shamrock #48D292

Color information

#48D292 (or 0x48D292) is unknown color: approx Shamrock. HEX triplet: 48, D2 and 92. RGB value is (72,210,146). Sum of RGB (Red+Green+Blue) = 72+210+146=428 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.82% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #48D292 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D292 is #B72D6D. Grayscale: #A1A1A1. Windows color (decimal): -12004718 or 9622088. OLE color: 9622088.

HSL color Cylindrical-coordinate representation of color #48D292: hue angle of 152.17º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D292 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB72210146-
CMYK0.6600.300.18
HSL152.17º60.53%55.29%-
HSV(B)152.17º65.71%82.35%-
XYZ30.9149.5535.13-
YUV161.44119.2864.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.82%
GREEN value IS 210 (82.42% from 255) = 49.07%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=16.82%
G=49.07%
B=34.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal722101460.6600.300.18152.1760.5355.29
Hex48D2924201E12983d37
Octal110322222102036222307567
Binary1001000110100101001001010000100111101001010011000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,210,146); }

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

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

 a { background-color: rgb(72,210,146); }

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

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

 span { border-color: rgb(72,210,146); }

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