Html Css Color HEX #28C355 Malachite

📋 copy color: '#28C355'

red 40 ◦ green 195 ◦ blue 85

#28C355
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #28C355

Tints of Malachite #28C355

RGB

 RED value IS 40 (16.02% from 255) = 12.5%

 GREEN value IS 195 (76.56% from 255) = 60.94%

 BLUE value IS 85 (33.59% from 255) = 26.56%

R = 12.5%
G = 60.94%
B = 26.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#28C355 (or 0x28C355) is known color: Malachite. HEX triplet: 28, C3 and 55. RGB value is (40,195,85). Sum of RGB (Red+Green+Blue) = 40+195+85=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #28C355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C355 is #D73CAA. Grayscale: #888888. Windows color (decimal): -14105771 or 5620520. OLE color: 5620520.

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

Color convert

RGB 40 195 85 -
CMYK 0.79 0 0.56 0.24
HSL 137.42º 0.66% 0.46% -
HSV(B) 137.42º 0.79% 0.76% -
XYZ 22.03 40.14 15.18 -
YUV 136.12 99.15 59.44 -
System Red Green Blue C M Y K H S L
Decimal 40 195 85 0.79 0 0.56 0.24 137.42 0.66 0.46
Hex 28 C3 55 4F 0 38 18 89 42 2E
Octal 50 303 125 117 0 70 30 211 102 56
Binary 101000 11000011 1010101 1001111 0 111000 11000 10001001 1000010 101110

Color Harmonies of #28C355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C355

Black with #28C355

Text Example


Text Example

White with #28C355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,195,85); }

 H1.HeaderClassName
 {
   color: #28C355;
 }
 .AnyTagClassName
 {
   color: #28C355;
 }
</style>

background-color css

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

 a { background-color: rgb(40,195,85); }

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

border-color css

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

 span { border-color: rgb(40,195,85); }

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