#28CD93

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

Shades of Shamrock #28CD93

Tints of Shamrock #28CD93

Color information

#28CD93 (or 0x28CD93) is unknown color: approx Shamrock. HEX triplet: 28, CD and 93. RGB value is (40,205,147). Sum of RGB (Red+Green+Blue) = 40+205+147=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #28CD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CD93 is #D7326C. Grayscale: #959595. Windows color (decimal): -14103149 or 9686312. OLE color: 9686312.

HSL color Cylindrical-coordinate representation of color #28CD93: hue angle of 158.91º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CD93 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB40205147-
CMYK0.8000.280.20
HSL158.91º67.35%48.04%-
HSV(B)158.91º80.49%80.39%-
XYZ27.9746.2235.05-
YUV149.05126.8450.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.20%
GREEN value IS 205 (80.47% from 255) = 52.30%
BLUE value IS 147 (57.81% from 255) = 37.5%
R=10.20%
G=52.30%
B=37.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal402051470.8000.280.20158.9167.3548.04
Hex28CD935001C149f4330
Octal503152231200342423710360
Binary1010001100110110010011101000001110010100100111111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28CD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,205,147); }

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

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

 a { background-color: rgb(40,205,147); }

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

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

 span { border-color: rgb(40,205,147); }

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