#28D48B

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

Shades of Shamrock #28D48B

Tints of Shamrock #28D48B

Color information

#28D48B (or 0x28D48B) is unknown color: approx Shamrock. HEX triplet: 28, D4 and 8B. RGB value is (40,212,139). Sum of RGB (Red+Green+Blue) = 40+212+139=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 212 (83.20% from 255 or 54.22% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 212 - color contains mainly: green. Hex color #28D48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D48B is #D72B74. Grayscale: #989898. Windows color (decimal): -14101365 or 9163816. OLE color: 9163816.

HSL color Cylindrical-coordinate representation of color #28D48B: hue angle of 154.53º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D48B is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB40212139-
CMYK0.8100.340.17
HSL154.53º68.25%49.41%-
HSV(B)154.53º81.13%83.14%-
XYZ29.0849.432.43-
YUV152.25120.5247.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.23%
GREEN value IS 212 (83.20% from 255) = 54.22%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=10.23%
G=54.22%
B=35.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal402121390.8100.340.17154.5368.2549.41
Hex28D48B51022119b4431
Octal503242131210422123310461
Binary10100011010100100010111010001010001010001100110111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28D48B; }

 p { color: rgb(40,212,139); }

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

<style>
 a { background-color: #28D48B; }

 a { background-color: rgb(40,212,139); }

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

<style>
 span { border-color: #28D48B; }

 span { border-color: rgb(40,212,139); }

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