#28C482

Color #28C482 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #28C482

Tints of Mountain Meadow #28C482

Color information

#28C482 (or 0x28C482) is unknown color: approx 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

RGB40196130-
CMYK0.8000.340.23
HSL154.62º66.1%46.27%-
HSV(B)154.62º79.59%76.86%-
XYZ24.6441.5427.84-
YUV141.83121.3255.37-

RGB Variations

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

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 (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal401961300.8000.340.23154.6266.146.27
Hex28C48250022179b422e
Octal503042021200422723310256
Binary10100011000100100000101010000010001010111100110111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>