#28E08E

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

Shades of Shamrock #28E08E

Tints of Shamrock #28E08E

Color information

#28E08E (or 0x28E08E) is unknown color: approx Shamrock. HEX triplet: 28, E0 and 8E. RGB value is (40,224,142). Sum of RGB (Red+Green+Blue) = 40+224+142=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #28E08E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28E08E is #D71F71. Grayscale: #9F9F9F. Windows color (decimal): -14098290 or 9363496. OLE color: 9363496.

HSL color Cylindrical-coordinate representation of color #28E08E: hue angle of 153.26º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E08E is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB40224142-
CMYK0.8200.370.12
HSL153.26º74.8%51.76%-
HSV(B)153.26º82.14%87.84%-
XYZ32.4155.7234.64-
YUV159.64118.0442.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.85%
GREEN value IS 224 (87.89% from 255) = 55.17%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=9.85%
G=55.17%
B=34.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal402241420.8200.370.12153.2674.851.76
Hex28E08E52025C994b34
Octal503402161220451423111364
Binary1010001110000010001110101001001001011100100110011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28E08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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