#2CC182

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

Shades of Mountain Meadow #2CC182

Tints of Mountain Meadow #2CC182

Color information

#2CC182 (or 0x2CC182) is unknown color: approx Mountain Meadow. HEX triplet: 2C, C1 and 82. RGB value is (44,193,130). Sum of RGB (Red+Green+Blue) = 44+193+130=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC182 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC182 is #D33E7D. Grayscale: #8D8D8D. Windows color (decimal): -13844094 or 8569132. OLE color: 8569132.

HSL color Cylindrical-coordinate representation of color #2CC182: hue angle of 154.63º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC182 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB44193130-
CMYK0.7700.330.24
HSL154.63º62.87%46.47%-
HSV(B)154.63º77.2%75.69%-
XYZ24.1440.2927.62-
YUV141.27121.6458.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.99%
GREEN value IS 193 (75.78% from 255) = 52.59%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=11.99%
G=52.59%
B=35.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal441931300.7700.330.24154.6362.8746.47
Hex2CC1824D021189b3f2e
Octal54301202115041302337756
Binary1011001100000110000010100110101000011100010011011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CC182; }

 p { color: rgb(44,193,130); }

 H1.HeaderClassName
 {
   color: #2CC182;
 }
 .AnyTagClassName
 {
   color: #2CC182;
 }
</style>
background-color css

<style>
 a { background-color: #2CC182; }

 a { background-color: rgb(44,193,130); }

 div.DivClassName
 {
   background-color: #2CC182;
 }
 .BgClassName
 {
   background-color: #2CC182;
 }
</style>
border-color css

<style>
 span { border-color: #2CC182; }

 span { border-color: rgb(44,193,130); }

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