#28C18E

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

Shades of Shamrock #28C18E

Tints of Shamrock #28C18E

Color information

#28C18E (or 0x28C18E) is unknown color: approx Shamrock. HEX triplet: 28, C1 and 8E. RGB value is (40,193,142). Sum of RGB (Red+Green+Blue) = 40+193+142=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #28C18E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C18E is #D73E71. Grayscale: #8D8D8D. Windows color (decimal): -14106226 or 9355560. OLE color: 9355560.

HSL color Cylindrical-coordinate representation of color #28C18E: hue angle of 160º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C18E is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB40193142-
CMYK0.7900.260.24
HSL160º65.67%45.69%-
HSV(B)160º79.27%75.69%-
XYZ24.8340.5432.11-
YUV141.44128.3155.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.67%
GREEN value IS 193 (75.78% from 255) = 51.47%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=10.67%
G=51.47%
B=37.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal401931420.7900.260.2416065.6745.69
Hex28C18E4F01A18a0422e
Octal503012161170323024010256
Binary1010001100000110001110100111101101011000101000001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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