#28C685

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

Shades of Shamrock #28C685

Tints of Shamrock #28C685

Color information

#28C685 (or 0x28C685) is unknown color: approx Shamrock. HEX triplet: 28, C6 and 85. RGB value is (40,198,133). Sum of RGB (Red+Green+Blue) = 40+198+133=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #28C685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C685 is #D7397A. Grayscale: #8F8F8F. Windows color (decimal): -14104955 or 8767016. OLE color: 8767016.

HSL color Cylindrical-coordinate representation of color #28C685: hue angle of 155.32º 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 #28C685 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB40198133-
CMYK0.8000.330.22
HSL155.32º66.39%46.67%-
HSV(B)155.32º79.8%77.65%-
XYZ25.342.5329.07-
YUV143.35122.1554.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.78%
GREEN value IS 198 (77.73% from 255) = 53.37%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=10.78%
G=53.37%
B=35.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal401981330.8000.330.22155.3266.3946.67
Hex28C68550021169b422f
Octal503062051200412623310257
Binary10100011000110100001011010000010000110110100110111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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