#28C68E

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

Shades of Shamrock #28C68E

Tints of Shamrock #28C68E

Color information

#28C68E (or 0x28C68E) is unknown color: approx Shamrock. HEX triplet: 28, C6 and 8E. RGB value is (40,198,142). Sum of RGB (Red+Green+Blue) = 40+198+142=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 198 (77.73% from 255 or 52.11% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 198 - color contains mainly: green. Hex color #28C68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C68E is #D73971. Grayscale: #909090. Windows color (decimal): -14104946 or 9356840. OLE color: 9356840.

HSL color Cylindrical-coordinate representation of color #28C68E: hue angle of 158.73º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C68E is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB40198142-
CMYK0.8000.280.22
HSL158.73º66.39%46.67%-
HSV(B)158.73º79.8%77.65%-
XYZ25.9542.7932.48-
YUV144.37126.6553.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.53%
GREEN value IS 198 (77.73% from 255) = 52.11%
BLUE value IS 142 (55.86% from 255) = 37.37%
R=10.53%
G=52.11%
B=37.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal401981420.8000.280.22158.7366.3946.67
Hex28C68E5001C169f422f
Octal503062161200342623710257
Binary1010001100011010001110101000001110010110100111111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,198,142); }

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

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

 a { background-color: rgb(40,198,142); }

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

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

 span { border-color: rgb(40,198,142); }

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