#28C150

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

Shades of Malachite #28C150

Tints of Malachite #28C150

Color information

#28C150 (or 0x28C150) is unknown color: approx Malachite. HEX triplet: 28, C1 and 50. RGB value is (40,193,80). Sum of RGB (Red+Green+Blue) = 40+193+80=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #28C150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C150 is #D73EAF. Grayscale: #868686. Windows color (decimal): -14106288 or 5292328. OLE color: 5292328.

HSL color Cylindrical-coordinate representation of color #28C150: hue angle of 135.69º 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 #28C150 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB4019380-
CMYK0.7900.590.24
HSL135.69º65.67%45.69%-
HSV(B)135.69º79.27%75.69%-
XYZ21.3939.1714.02-
YUV134.3797.3160.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.78%
GREEN value IS 193 (75.78% from 255) = 61.66%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=12.78%
G=61.66%
B=25.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40193800.7900.590.24135.6965.6745.69
Hex28C1504F03B1888422e
Octal503011201170733021010256
Binary1010001100000110100001001111011101111000100010001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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