Html Css Color HEX #28C482 Mountain Meadow

📋 copy color: '#28C482'

red 40 ◦ green 196 ◦ blue 130

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

Shades of Mountain Meadow #28C482

Tints of Mountain Meadow #28C482

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.55%

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

R = 10.93%
G = 53.55%
B = 35.52%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#28C482 (or 0x28C482) is known color: Mountain Meadow. HEX triplet: 28, C4 and 82. RGB value is (40,196,130). Sum of RGB (Red+Green+Blue) = 40+196+130=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 196 (76.95% from 255 or 53.55% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 196 - color contains mainly: green. Hex color #28C482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C482 is #D73B7D. Grayscale: #8D8D8D. Windows color (decimal): -14105470 or 8569896. OLE color: 8569896.

HSL color Cylindrical-coordinate representation of color #28C482: hue angle of 154.62º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C482 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 40 196 130 -
CMYK 0.80 0 0.34 0.23
HSL 154.62º 0.66% 0.46% -
HSV(B) 154.62º 0.8% 0.77% -
XYZ 24.64 41.54 27.84 -
YUV 141.83 121.32 55.37 -
System Red Green Blue C M Y K H S L
Decimal 40 196 130 0.80 0 0.34 0.23 154.62 0.66 0.46
Hex 28 C4 82 50 0 22 17 9B 42 2E
Octal 50 304 202 120 0 42 27 233 102 56
Binary 101000 11000100 10000010 1010000 0 100010 10111 10011011 1000010 101110

Color Harmonies of #28C482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C482

Black with #28C482

Text Example


Text Example

White with #28C482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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