Html Css Color HEX #28BC82 Mountain Meadow

📋 copy color: '#28BC82'

red 40 ◦ green 188 ◦ blue 130

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

Shades of Mountain Meadow #28BC82

Tints of Mountain Meadow #28BC82

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.51%

 BLUE value IS 130 (51.17% from 255) = 36.31%

R = 11.17%
G = 52.51%
B = 36.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#28BC82 (or 0x28BC82) is known color: Mountain Meadow. HEX triplet: 28, BC and 82. RGB value is (40,188,130). Sum of RGB (Red+Green+Blue) = 40+188+130=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BC82 is #D7437D. Grayscale: #898989. Windows color (decimal): -14107518 or 8567848. OLE color: 8567848.

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

Color convert

RGB 40 188 130 -
CMYK 0.79 0 0.31 0.26
HSL 156.49º 0.65% 0.45% -
HSV(B) 156.49º 0.79% 0.74% -
XYZ 22.89 38.03 27.25 -
YUV 137.14 123.97 58.72 -
System Red Green Blue C M Y K H S L
Decimal 40 188 130 0.79 0 0.31 0.26 156.49 0.65 0.45
Hex 28 BC 82 4F 0 1F 1A 9C 41 2D
Octal 50 274 202 117 0 37 32 234 101 55
Binary 101000 10111100 10000010 1001111 0 11111 11010 10011100 1000001 101101

Color Harmonies of #28BC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BC82

Black with #28BC82

Text Example


Text Example

White with #28BC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,188,130); }

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

background-color css

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

 a { background-color: rgb(40,188,130); }

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

border-color css

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

 span { border-color: rgb(40,188,130); }

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