#28E38C

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

Shades of Shamrock #28E38C

Tints of Shamrock #28E38C

Color information

#28E38C (or 0x28E38C) is unknown color: approx Shamrock. HEX triplet: 28, E3 and 8C. RGB value is (40,227,140). Sum of RGB (Red+Green+Blue) = 40+227+140=407 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.83% from 407); Green value is 227 (89.06% from 255 or 55.77% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 227 - color contains mainly: green. Hex color #28E38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28E38C is #D71C73. Grayscale: #A1A1A1. Windows color (decimal): -14097524 or 9233192. OLE color: 9233192.

HSL color Cylindrical-coordinate representation of color #28E38C: hue angle of 152.09º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E38C is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB40227140-
CMYK0.8200.380.11
HSL152.09º76.95%52.35%-
HSV(B)152.09º82.38%89.02%-
XYZ33.0857.2834.12-
YUV161.17116.0541.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.83%
GREEN value IS 227 (89.06% from 255) = 55.77%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=9.83%
G=55.77%
B=34.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal402271400.8200.380.11152.0976.9552.35
Hex28E38C52026B984d34
Octal503432141220461323011564
Binary1010001110001110001100101001001001101011100110001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28E38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,227,140); }

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

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

 a { background-color: rgb(40,227,140); }

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

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

 span { border-color: rgb(40,227,140); }

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