Html Css Color HEX #28BE8D Mountain Meadow

📋 copy color: '#28BE8D'

red 40 ◦ green 190 ◦ blue 141

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

Shades of Mountain Meadow #28BE8D

Tints of Mountain Meadow #28BE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.21%

 BLUE value IS 141 (55.47% from 255) = 38.01%

R = 10.78%
G = 51.21%
B = 38.01%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#28BE8D (or 0x28BE8D) is known color: Mountain Meadow. HEX triplet: 28, BE and 8D. RGB value is (40,190,141). Sum of RGB (Red+Green+Blue) = 40+190+141=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #28BE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BE8D is #D74172. Grayscale: #8B8B8B. Windows color (decimal): -14106995 or 9289256. OLE color: 9289256.

HSL color Cylindrical-coordinate representation of color #28BE8D: hue angle of 160.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BE8D is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 190 141 -
CMYK 0.79 0 0.26 0.25
HSL 160.4º 0.65% 0.45% -
HSV(B) 160.4º 0.79% 0.75% -
XYZ 24.1 39.2 31.5 -
YUV 139.56 128.81 56.98 -
System Red Green Blue C M Y K H S L
Decimal 40 190 141 0.79 0 0.26 0.25 160.4 0.65 0.45
Hex 28 BE 8D 4F 0 1A 19 A0 41 2D
Octal 50 276 215 117 0 32 31 240 101 55
Binary 101000 10111110 10001101 1001111 0 11010 11001 10100000 1000001 101101

Color Harmonies of #28BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BE8D

Black with #28BE8D

Text Example


Text Example

White with #28BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,190,141); }

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

background-color css

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

 a { background-color: rgb(40,190,141); }

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

border-color css

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

 span { border-color: rgb(40,190,141); }

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