#28D970

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

Shades of Malachite #28D970

Tints of Malachite #28D970

Color information

#28D970 (or 0x28D970) is unknown color: approx Malachite. HEX triplet: 28, D9 and 70. RGB value is (40,217,112). Sum of RGB (Red+Green+Blue) = 40+217+112=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 217 (85.16% from 255 or 58.81% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 217 - color contains mainly: green. Hex color #28D970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D970 is #D7268F. Grayscale: #989898. Windows color (decimal): -14100112 or 7395624. OLE color: 7395624.

HSL color Cylindrical-coordinate representation of color #28D970: hue angle of 144.41º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D970 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB40217112-
CMYK0.8200.480.15
HSL144.41º69.96%50.39%-
HSV(B)144.41º81.57%85.1%-
XYZ28.6151.2523.71-
YUV152.11105.3648.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.84%
GREEN value IS 217 (85.16% from 255) = 58.81%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=10.84%
G=58.81%
B=30.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal402171120.8200.480.15144.4169.9650.39
Hex28D97052030F904632
Octal503311601220601722010662
Binary101000110110011110000101001001100001111100100001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,217,112); }

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

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

 a { background-color: rgb(40,217,112); }

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

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

 span { border-color: rgb(40,217,112); }

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