Html Css Color HEX #28C280 Mountain Meadow

📋 copy color: '#28C280'

red 40 ◦ green 194 ◦ blue 128

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

Shades of Mountain Meadow #28C280

Tints of Mountain Meadow #28C280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.59%

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 11.05%
G = 53.59%
B = 35.36%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#28C280 (or 0x28C280) is known color: Mountain Meadow. HEX triplet: 28, C2 and 80. RGB value is (40,194,128). Sum of RGB (Red+Green+Blue) = 40+194+128=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #28C280 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C280 is #D73D7F. Grayscale: #8C8C8C. Windows color (decimal): -14105984 or 8438312. OLE color: 8438312.

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

Color convert

RGB 40 194 128 -
CMYK 0.79 0 0.34 0.24
HSL 154.29º 0.66% 0.46% -
HSV(B) 154.29º 0.79% 0.76% -
XYZ 24.06 40.59 26.99 -
YUV 140.43 120.98 56.37 -
System Red Green Blue C M Y K H S L
Decimal 40 194 128 0.79 0 0.34 0.24 154.29 0.66 0.46
Hex 28 C2 80 4F 0 22 18 9A 42 2E
Octal 50 302 200 117 0 42 30 232 102 56
Binary 101000 11000010 10000000 1001111 0 100010 11000 10011010 1000010 101110

Color Harmonies of #28C280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C280

Black with #28C280

Text Example


Text Example

White with #28C280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,194,128); }

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

background-color css

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

 a { background-color: rgb(40,194,128); }

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

border-color css

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

 span { border-color: rgb(40,194,128); }

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