#2BC084

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

Shades of Mountain Meadow #2BC084

Tints of Mountain Meadow #2BC084

Color information

#2BC084 (or 0x2BC084) is unknown color: approx Mountain Meadow. HEX triplet: 2B, C0 and 84. RGB value is (43,192,132). Sum of RGB (Red+Green+Blue) = 43+192+132=367 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.72% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC084 is #D43F7B. Grayscale: #8C8C8C. Windows color (decimal): -13909884 or 8699947. OLE color: 8699947.

HSL color Cylindrical-coordinate representation of color #2BC084: hue angle of 155.84º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC084 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB43192132-
CMYK0.7800.310.25
HSL155.84º63.4%46.08%-
HSV(B)155.84º77.6%75.29%-
XYZ24.0139.8828.26-
YUV140.61123.1458.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.72%
GREEN value IS 192 (75.39% from 255) = 52.32%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=11.72%
G=52.32%
B=35.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431921320.7800.310.25155.8463.446.08
Hex2BC0844E01F199c3f2e
Octal53300204116037312347756
Binary101011110000001000010010011100111111100110011100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,192,132); }

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

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

 a { background-color: rgb(43,192,132); }

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

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

 span { border-color: rgb(43,192,132); }

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