#28dd7c

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

Shades of Shamrock #28DD7C

Tints of Shamrock #28DD7C

Color information

#28DD7C (or 0x28DD7C) is unknown color: approx Shamrock. HEX triplet: 28, DD and 7C. RGB value is (40,221,124). Sum of RGB (Red+Green+Blue) = 40+221+124=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DD7C is #D72283. Grayscale: #9C9C9C. Windows color (decimal): -14099076 or 8183080. OLE color: 8183080.

HSL color Cylindrical-coordinate representation of color #28DD7C: hue angle of 147.85º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DD7C is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB40221124-
CMYK0.8200.440.13
HSL147.85º72.69%51.18%-
HSV(B)147.85º81.9%86.67%-
XYZ30.3753.6227.82-
YUV155.82110.0345.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.39%
GREEN value IS 221 (86.72% from 255) = 57.40%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=10.39%
G=57.40%
B=32.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal402211240.8200.440.13147.8572.6951.18
Hex28DD7C5202CD944933
Octal503351741220541522411163
Binary101000110111011111100101001001011001101100101001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28dd7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,221,124); }

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

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

 a { background-color: rgb(40,221,124); }

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

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

 span { border-color: rgb(40,221,124); }

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